Html Css Color HEX #370B89 Persian Indigo

📋 copy color: '#370B89'

red 55 ◦ green 11 ◦ blue 137

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

Shades of Persian Indigo #370B89

Tints of Persian Indigo #370B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 137 (53.91% from 255) = 67.49%

R = 27.09%
G = 5.42%
B = 67.49%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#370B89 (or 0x370B89) is known color: Persian Indigo. HEX triplet: 37, 0B and 89. RGB value is (55,11,137). Sum of RGB (Red+Green+Blue) = 55+11+137=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #370B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B89 is #C8F476. Grayscale: #262626. Windows color (decimal): -13169783 or 8981303. OLE color: 8981303.

HSL color Cylindrical-coordinate representation of color #370B89: hue angle of 260.95º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370B89 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 11 137 -
CMYK 0.60 0.92 0 0.46
HSL 260.95º 0.85% 0.29% -
HSV(B) 260.95º 0.92% 0.54% -
XYZ 6.21 2.86 23.89 -
YUV 38.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 55 11 137 0.60 0.92 0 0.46 260.95 0.85 0.29
Hex 37 B 89 3C 5C 0 2E 105 55 1D
Octal 67 13 211 74 134 0 56 405 125 35
Binary 110111 1011 10001001 111100 1011100 0 101110 100000101 1010101 11101

Color Harmonies of #370B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B89

Black with #370B89

Text Example


Text Example

White with #370B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370B89; }

 p { color: rgb(55,11,137); }

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

background-color css

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

 a { background-color: rgb(55,11,137); }

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

border-color css

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

 span { border-color: rgb(55,11,137); }

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