Html Css Color HEX #370292 Persian Indigo

📋 copy color: '#370292'

red 55 ◦ green 2 ◦ blue 146

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

Shades of Persian Indigo #370292

Tints of Persian Indigo #370292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 146 (57.42% from 255) = 71.92%

R = 27.09%
G = 0.99%
B = 71.92%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#370292 (or 0x370292) is known color: Persian Indigo. HEX triplet: 37, 02 and 92. RGB value is (55,2,146). Sum of RGB (Red+Green+Blue) = 55+2+146=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #370292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370292 is #C8FD6D. Grayscale: #212121. Windows color (decimal): -13172078 or 9568823. OLE color: 9568823.

HSL color Cylindrical-coordinate representation of color #370292: hue angle of 262.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370292 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 2 146 -
CMYK 0.62 0.99 0 0.43
HSL 262.08º 0.97% 0.29% -
HSV(B) 262.08º 0.99% 0.57% -
XYZ 6.79 2.93 27.4 -
YUV 34.26 191.06 142.79 -
System Red Green Blue C M Y K H S L
Decimal 55 2 146 0.62 0.99 0 0.43 262.08 0.97 0.29
Hex 37 2 92 3E 63 0 2B 106 61 1D
Octal 67 2 222 76 143 0 53 406 141 35
Binary 110111 10 10010010 111110 1100011 0 101011 100000110 1100001 11101

Color Harmonies of #370292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370292

Black with #370292

Text Example


Text Example

White with #370292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370292; }

 p { color: rgb(55,2,146); }

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

background-color css

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

 a { background-color: rgb(55,2,146); }

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

border-color css

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

 span { border-color: rgb(55,2,146); }

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