Html Css Color HEX #370FAB Persian Indigo

📋 copy color: '#370FAB'

red 55 ◦ green 15 ◦ blue 171

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

Shades of Persian Indigo #370FAB

Tints of Persian Indigo #370FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

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

R = 22.82%
G = 6.22%
B = 70.95%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#370FAB (or 0x370FAB) is known color: Persian Indigo. HEX triplet: 37, 0F and AB. RGB value is (55,15,171). Sum of RGB (Red+Green+Blue) = 55+15+171=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #370FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370FAB is #C8F054. Grayscale: #2C2C2C. Windows color (decimal): -13168725 or 11210551. OLE color: 11210551.

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

Color convert

RGB 55 15 171 -
CMYK 0.68 0.91 0 0.33
HSL 255.38º 0.84% 0.36% -
HSV(B) 255.38º 0.91% 0.67% -
XYZ 9.1 4.09 38.84 -
YUV 44.74 199.25 135.32 -
System Red Green Blue C M Y K H S L
Decimal 55 15 171 0.68 0.91 0 0.33 255.38 0.84 0.36
Hex 37 F AB 44 5B 0 21 FF 54 24
Octal 67 17 253 104 133 0 41 377 124 44
Binary 110111 1111 10101011 1000100 1011011 0 100001 11111111 1010100 100100

Color Harmonies of #370FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FAB

Black with #370FAB

Text Example


Text Example

White with #370FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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