Html Css Color HEX #37069D Persian Indigo

📋 copy color: '#37069D'

red 55 ◦ green 6 ◦ blue 157

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

Shades of Persian Indigo #37069D

Tints of Persian Indigo #37069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 25.23%
G = 2.75%
B = 72.02%

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

#37069D (or 0x37069D) is known color: Persian Indigo. HEX triplet: 37, 06 and 9D. RGB value is (55,6,157). Sum of RGB (Red+Green+Blue) = 55+6+157=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #37069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37069D is #C8F962. Grayscale: #252525. Windows color (decimal): -13171043 or 10290743. OLE color: 10290743.

HSL color Cylindrical-coordinate representation of color #37069D: hue angle of 259.47º 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 #37069D is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 6 157 -
CMYK 0.65 0.96 0 0.38
HSL 259.47º 0.93% 0.32% -
HSV(B) 259.47º 0.96% 0.62% -
XYZ 7.73 3.38 32.14 -
YUV 37.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 55 6 157 0.65 0.96 0 0.38 259.47 0.93 0.32
Hex 37 6 9D 41 60 0 26 103 5D 20
Octal 67 6 235 101 140 0 46 403 135 40
Binary 110111 110 10011101 1000001 1100000 0 100110 100000011 1011101 100000

Color Harmonies of #37069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37069D

Black with #37069D

Text Example


Text Example

White with #37069D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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