Html Css Color HEX #37067C Persian Indigo

📋 copy color: '#37067C'

red 55 ◦ green 6 ◦ blue 124

#37067C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #37067C

Tints of Persian Indigo #37067C

RGB

 RED value IS 55 (21.88% from 255) = 29.73%

 GREEN value IS 6 (2.73% from 255) = 3.24%

 BLUE value IS 124 (48.83% from 255) = 67.03%

R = 29.73%
G = 3.24%
B = 67.03%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37067C (or 0x37067C) is known color: Persian Indigo. HEX triplet: 37, 06 and 7C. RGB value is (55,6,124). Sum of RGB (Red+Green+Blue) = 55+6+124=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #37067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37067C is #C8F983. Grayscale: #212121. Windows color (decimal): -13171076 or 8128055. OLE color: 8128055.

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

Color convert

RGB 55 6 124 -
CMYK 0.56 0.95 0 0.51
HSL 264.92º 0.91% 0.25% -
HSV(B) 264.92º 0.95% 0.49% -
XYZ 5.28 2.4 19.25 -
YUV 34.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 55 6 124 0.56 0.95 0 0.51 264.92 0.91 0.25
Hex 37 6 7C 38 5F 0 33 109 5B 19
Octal 67 6 174 70 137 0 63 411 133 31
Binary 110111 110 1111100 111000 1011111 0 110011 100001001 1011011 11001

Color Harmonies of #37067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37067C

Black with #37067C

Text Example


Text Example

White with #37067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,6,124); }

 H1.HeaderClassName
 {
   color: #37067C;
 }
 .AnyTagClassName
 {
   color: #37067C;
 }
</style>

background-color css

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

 a { background-color: rgb(55,6,124); }

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

border-color css

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

 span { border-color: rgb(55,6,124); }

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