Html Css Color HEX #370286 Persian Indigo

📋 copy color: '#370286'

red 55 ◦ green 2 ◦ blue 134

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

Shades of Persian Indigo #370286

Tints of Persian Indigo #370286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 70.16%

R = 28.8%
G = 1.05%
B = 70.16%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#370286 (or 0x370286) is known color: Persian Indigo. HEX triplet: 37, 02 and 86. RGB value is (55,2,134). Sum of RGB (Red+Green+Blue) = 55+2+134=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #370286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370286 is #C8FD79. Grayscale: #202020. Windows color (decimal): -13172090 or 8782391. OLE color: 8782391.

HSL color Cylindrical-coordinate representation of color #370286: hue angle of 264.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370286 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 2 134 -
CMYK 0.59 0.99 0 0.47
HSL 264.09º 0.97% 0.27% -
HSV(B) 264.09º 0.99% 0.53% -
XYZ 5.9 2.58 22.74 -
YUV 32.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 55 2 134 0.59 0.99 0 0.47 264.09 0.97 0.27
Hex 37 2 86 3B 63 0 2F 108 61 1B
Octal 67 2 206 73 143 0 57 410 141 33
Binary 110111 10 10000110 111011 1100011 0 101111 100001000 1100001 11011

Color Harmonies of #370286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370286

Black with #370286

Text Example


Text Example

White with #370286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370286; }

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

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

background-color css

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

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

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

border-color css

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

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

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