Html Css Color HEX #370CAB Persian Indigo

📋 copy color: '#370CAB'

red 55 ◦ green 12 ◦ blue 171

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

Shades of Persian Indigo #370CAB

Tints of Persian Indigo #370CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 23.11%
G = 5.04%
B = 71.85%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370CAB (or 0x370CAB) is known color: Persian Indigo. HEX triplet: 37, 0C and AB. RGB value is (55,12,171). Sum of RGB (Red+Green+Blue) = 55+12+171=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #370CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370CAB is #C8F354. Grayscale: #2A2A2A. Windows color (decimal): -13169493 or 11209783. OLE color: 11209783.

HSL color Cylindrical-coordinate representation of color #370CAB: hue angle of 256.23º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370CAB is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 12 171 -
CMYK 0.68 0.93 0 0.33
HSL 256.23º 0.87% 0.36% -
HSV(B) 256.23º 0.93% 0.67% -
XYZ 9.06 4.02 38.83 -
YUV 42.98 200.25 136.57 -
System Red Green Blue C M Y K H S L
Decimal 55 12 171 0.68 0.93 0 0.33 256.23 0.87 0.36
Hex 37 C AB 44 5D 0 21 100 57 24
Octal 67 14 253 104 135 0 41 400 127 44
Binary 110111 1100 10101011 1000100 1011101 0 100001 100000000 1010111 100100

Color Harmonies of #370CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CAB

Black with #370CAB

Text Example


Text Example

White with #370CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,12,171); }

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

background-color css

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

 a { background-color: rgb(55,12,171); }

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

border-color css

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

 span { border-color: rgb(55,12,171); }

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