Html Css Color HEX #37068F Persian Indigo

📋 copy color: '#37068F'

red 55 ◦ green 6 ◦ blue 143

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

Shades of Persian Indigo #37068F

Tints of Persian Indigo #37068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 70.1%

R = 26.96%
G = 2.94%
B = 70.1%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37068F (or 0x37068F) is known color: Persian Indigo. HEX triplet: 37, 06 and 8F. RGB value is (55,6,143). Sum of RGB (Red+Green+Blue) = 55+6+143=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #37068F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37068F is #C8F970. Grayscale: #232323. Windows color (decimal): -13171057 or 9373239. OLE color: 9373239.

HSL color Cylindrical-coordinate representation of color #37068F: hue angle of 261.46º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37068F is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 6 143 -
CMYK 0.62 0.96 0 0.44
HSL 261.46º 0.92% 0.29% -
HSV(B) 261.46º 0.96% 0.56% -
XYZ 6.6 2.93 26.2 -
YUV 36.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 55 6 143 0.62 0.96 0 0.44 261.46 0.92 0.29
Hex 37 6 8F 3E 60 0 2C 105 5C 1D
Octal 67 6 217 76 140 0 54 405 134 35
Binary 110111 110 10001111 111110 1100000 0 101100 100000101 1011100 11101

Color Harmonies of #37068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37068F

Black with #37068F

Text Example


Text Example

White with #37068F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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