Html Css Color HEX #37069F Persian Indigo

📋 copy color: '#37069F'

red 55 ◦ green 6 ◦ blue 159

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

Shades of Persian Indigo #37069F

Tints of Persian Indigo #37069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.27%

R = 25%
G = 2.73%
B = 72.27%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37069F (or 0x37069F) is known color: Persian Indigo. HEX triplet: 37, 06 and 9F. RGB value is (55,6,159). Sum of RGB (Red+Green+Blue) = 55+6+159=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #37069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37069F is #C8F960. Grayscale: #252525. Windows color (decimal): -13171041 or 10421815. OLE color: 10421815.

HSL color Cylindrical-coordinate representation of color #37069F: hue angle of 259.22º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37069F is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 6 159 -
CMYK 0.65 0.96 0 0.38
HSL 259.22º 0.93% 0.32% -
HSV(B) 259.22º 0.96% 0.62% -
XYZ 7.9 3.45 33.05 -
YUV 38.09 196.23 140.06 -
System Red Green Blue C M Y K H S L
Decimal 55 6 159 0.65 0.96 0 0.38 259.22 0.93 0.32
Hex 37 6 9F 41 60 0 26 103 5D 20
Octal 67 6 237 101 140 0 46 403 135 40
Binary 110111 110 10011111 1000001 1100000 0 100110 100000011 1011101 100000

Color Harmonies of #37069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37069F

Black with #37069F

Text Example


Text Example

White with #37069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37069F;
 }
 .AnyTagClassName
 {
   color: #37069F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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