Html Css Color HEX #370388 Persian Indigo

📋 copy color: '#370388'

red 55 ◦ green 3 ◦ blue 136

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

Shades of Persian Indigo #370388

Tints of Persian Indigo #370388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 136 (53.52% from 255) = 70.1%

R = 28.35%
G = 1.55%
B = 70.1%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#370388 (or 0x370388) is known color: Persian Indigo. HEX triplet: 37, 03 and 88. RGB value is (55,3,136). Sum of RGB (Red+Green+Blue) = 55+3+136=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #370388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370388 is #C8FC77. Grayscale: #212121. Windows color (decimal): -13171832 or 8913719. OLE color: 8913719.

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

Color convert

RGB 55 3 136 -
CMYK 0.60 0.98 0 0.47
HSL 263.46º 0.96% 0.27% -
HSV(B) 263.46º 0.98% 0.53% -
XYZ 6.05 2.65 23.49 -
YUV 33.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 55 3 136 0.60 0.98 0 0.47 263.46 0.96 0.27
Hex 37 3 88 3C 62 0 2F 107 60 1B
Octal 67 3 210 74 142 0 57 407 140 33
Binary 110111 11 10001000 111100 1100010 0 101111 100000111 1100000 11011

Color Harmonies of #370388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370388

Black with #370388

Text Example


Text Example

White with #370388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370388; }

 p { color: rgb(55,3,136); }

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

background-color css

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

 a { background-color: rgb(55,3,136); }

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

border-color css

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

 span { border-color: rgb(55,3,136); }

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