#38087F

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

Shades of Persian Indigo #38087F

Tints of Persian Indigo #38087F

Color information

#38087F (or 0x38087F) is unknown color: approx Persian Indigo. HEX triplet: 38, 08 and 7F. RGB value is (56,8,127). Sum of RGB (Red+Green+Blue) = 56+8+127=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #38087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38087F is #C7F780. Grayscale: #232323. Windows color (decimal): -13105025 or 8325176. OLE color: 8325176.

HSL color Cylindrical-coordinate representation of color #38087F: hue angle of 264.2º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38087F is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB568127-
CMYK0.560.9400.50
HSL264.2º88.15%26.47%-
HSV(B)264.2º93.7%49.8%-
XYZ5.552.5520.28-
YUV35.92179.4142.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 127 (50% from 255) = 66.49%
R=29.32%
G=4.19%
B=66.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5681270.560.9400.50264.288.1526.47
Hex3887F385E032108581a
Octal70101777013606241013032
Binary1110001000111111111100010111100110010100001000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38087F; }

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

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

<style>
 a { background-color: #38087F; }

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

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

<style>
 span { border-color: #38087F; }

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

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