#38147B

Color #38147B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #38147B

Tints of Persian Indigo #38147B

Color information

#38147B (or 0x38147B) is unknown color: approx Persian Indigo. HEX triplet: 38, 14 and 7B. RGB value is (56,20,123). Sum of RGB (Red+Green+Blue) = 56+20+123=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #38147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38147B is #C7EB84. Grayscale: #2A2A2A. Windows color (decimal): -13101957 or 8066104. OLE color: 8066104.

HSL color Cylindrical-coordinate representation of color #38147B: hue angle of 260.97º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38147B is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5620123-
CMYK0.540.8400.52
HSL260.97º72.03%28.04%-
HSV(B)260.97º83.74%48.24%-
XYZ5.462.7718.99-
YUV42.51173.43137.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=28.14%
G=10.05%
B=61.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56201230.540.8400.52260.9772.0328.04
Hex38147B3654034105481c
Octal70241736612406440511034
Binary11100010100111101111011010101000110100100000101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38147B; }

 p { color: rgb(56,20,123); }

 H1.HeaderClassName
 {
   color: #38147B;
 }
 .AnyTagClassName
 {
   color: #38147B;
 }
</style>
background-color css

<style>
 a { background-color: #38147B; }

 a { background-color: rgb(56,20,123); }

 div.DivClassName
 {
   background-color: #38147B;
 }
 .BgClassName
 {
   background-color: #38147B;
 }
</style>
border-color css

<style>
 span { border-color: #38147B; }

 span { border-color: rgb(56,20,123); }

 td.TdClassName
 {
   border-color: #38147B;
 }
 .TagClassName
 {
   border-color: #38147B;
 }
</style>