#38047C

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

Shades of Persian Indigo #38047C

Tints of Persian Indigo #38047C

Color information

#38047C (or 0x38047C) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 7C. RGB value is (56,4,124). Sum of RGB (Red+Green+Blue) = 56+4+124=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #38047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38047C is #C7FB83. Grayscale: #202020. Windows color (decimal): -13106052 or 8127544. OLE color: 8127544.

HSL color Cylindrical-coordinate representation of color #38047C: hue angle of 266º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38047C is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB564124-
CMYK0.550.9700.51
HSL266º93.75%25.1%-
HSV(B)266º96.77%48.63%-
XYZ5.312.3819.25-
YUV33.23179.23144.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 124 (48.83% from 255) = 67.39%
R=30.43%
G=2.17%
B=67.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5641240.550.9700.5126693.7525.1
Hex3847C376103310a5e19
Octal7041746714106341213631
Binary111000100111110011011111000010110011100001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38047C; }

 p { color: rgb(56,4,124); }

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

<style>
 a { background-color: #38047C; }

 a { background-color: rgb(56,4,124); }

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

<style>
 span { border-color: #38047C; }

 span { border-color: rgb(56,4,124); }

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