#38086B

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

Shades of Persian Indigo #38086B

Tints of Persian Indigo #38086B

Color information

#38086B (or 0x38086B) is unknown color: approx Persian Indigo. HEX triplet: 38, 08 and 6B. RGB value is (56,8,107). Sum of RGB (Red+Green+Blue) = 56+8+107=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #38086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38086B is #C7F794. Grayscale: #212121. Windows color (decimal): -13105045 or 7014456. OLE color: 7014456.

HSL color Cylindrical-coordinate representation of color #38086B: hue angle of 269.09º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38086B is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB568107-
CMYK0.480.9300.58
HSL269.09º86.09%22.55%-
HSV(B)269.09º92.52%41.96%-
XYZ4.372.0814.08-
YUV33.64169.4143.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 107 (42.19% from 255) = 62.57%
R=32.75%
G=4.68%
B=62.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5681070.480.9300.58269.0986.0922.55
Hex3886B305D03A10d5617
Octal70101536013507241512627
Binary1110001000110101111000010111010111010100001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,8,107); }

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

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

 a { background-color: rgb(56,8,107); }

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

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

 span { border-color: rgb(56,8,107); }

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