Html Css Color HEX #370272 Persian Indigo

📋 copy color: '#370272'

red 55 ◦ green 2 ◦ blue 114

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

Shades of Persian Indigo #370272

Tints of Persian Indigo #370272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 32.16%
G = 1.17%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370272 (or 0x370272) is known color: Persian Indigo. HEX triplet: 37, 02 and 72. RGB value is (55,2,114). Sum of RGB (Red+Green+Blue) = 55+2+114=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #370272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370272 is #C8FD8D. Grayscale: #1E1E1E. Windows color (decimal): -13172110 or 7471671. OLE color: 7471671.

HSL color Cylindrical-coordinate representation of color #370272: hue angle of 268.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370272 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 2 114 -
CMYK 0.52 0.98 0 0.55
HSL 268.39º 0.97% 0.23% -
HSV(B) 268.39º 0.98% 0.45% -
XYZ 4.63 2.07 16.07 -
YUV 30.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 55 2 114 0.52 0.98 0 0.55 268.39 0.97 0.23
Hex 37 2 72 34 62 0 37 10C 61 17
Octal 67 2 162 64 142 0 67 414 141 27
Binary 110111 10 1110010 110100 1100010 0 110111 100001100 1100001 10111

Color Harmonies of #370272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370272

Black with #370272

Text Example


Text Example

White with #370272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370272; }

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

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

background-color css

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

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

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

border-color css

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

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

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