#38078A

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

Shades of Persian Indigo #38078A

Tints of Persian Indigo #38078A

Color information

#38078A (or 0x38078A) is unknown color: approx Persian Indigo. HEX triplet: 38, 07 and 8A. RGB value is (56,7,138). Sum of RGB (Red+Green+Blue) = 56+7+138=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #38078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38078A is #C7F875. Grayscale: #242424. Windows color (decimal): -13105270 or 9045816. OLE color: 9045816.

HSL color Cylindrical-coordinate representation of color #38078A: hue angle of 262.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38078A is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB567138-
CMYK0.590.9500.46
HSL262.44º90.34%28.43%-
HSV(B)262.44º94.93%54.12%-
XYZ6.292.8324.26-
YUV36.58185.23141.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=27.86%
G=3.48%
B=68.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5671380.590.9500.46262.4490.3428.43
Hex3878A3B5F02E1065a1c
Octal7072127313705640613234
Binary1110001111000101011101110111110101110100000110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38078A; }

 p { color: rgb(56,7,138); }

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

<style>
 a { background-color: #38078A; }

 a { background-color: rgb(56,7,138); }

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

<style>
 span { border-color: #38078A; }

 span { border-color: rgb(56,7,138); }

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