#38067D

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

Shades of Persian Indigo #38067D

Tints of Persian Indigo #38067D

Color information

#38067D (or 0x38067D) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and 7D. RGB value is (56,6,125). Sum of RGB (Red+Green+Blue) = 56+6+125=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #38067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38067D is #C7F982. Grayscale: #222222. Windows color (decimal): -13105539 or 8193592. OLE color: 8193592.

HSL color Cylindrical-coordinate representation of color #38067D: hue angle of 265.21º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38067D is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB566125-
CMYK0.550.9500.51
HSL265.21º90.84%25.69%-
HSV(B)265.21º95.2%49.02%-
XYZ5.42.4519.59-
YUV34.52179.06143.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 125 (49.22% from 255) = 66.84%
R=29.95%
G=3.21%
B=66.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5661250.550.9500.51265.2190.8425.69
Hex3867D375F0331095b1a
Octal7061756713706341113332
Binary111000110111110111011110111110110011100001001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38067D; }

 p { color: rgb(56,6,125); }

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

<style>
 a { background-color: #38067D; }

 a { background-color: rgb(56,6,125); }

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

<style>
 span { border-color: #38067D; }

 span { border-color: rgb(56,6,125); }

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