Html Css Color HEX #370FAA Persian Indigo

📋 copy color: '#370FAA'

red 55 ◦ green 15 ◦ blue 170

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

Shades of Persian Indigo #370FAA

Tints of Persian Indigo #370FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.83%

R = 22.92%
G = 6.25%
B = 70.83%

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

#370FAA (or 0x370FAA) is known color: Persian Indigo. HEX triplet: 37, 0F and AA. RGB value is (55,15,170). Sum of RGB (Red+Green+Blue) = 55+15+170=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #370FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370FAA is #C8F055. Grayscale: #2C2C2C. Windows color (decimal): -13168726 or 11145015. OLE color: 11145015.

HSL color Cylindrical-coordinate representation of color #370FAA: hue angle of 255.48º 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 #370FAA is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 15 170 -
CMYK 0.68 0.91 0 0.33
HSL 255.48º 0.84% 0.36% -
HSV(B) 255.48º 0.91% 0.67% -
XYZ 9 4.06 38.34 -
YUV 44.63 198.75 135.4 -
System Red Green Blue C M Y K H S L
Decimal 55 15 170 0.68 0.91 0 0.33 255.48 0.84 0.36
Hex 37 F AA 44 5B 0 21 FF 54 24
Octal 67 17 252 104 133 0 41 377 124 44
Binary 110111 1111 10101010 1000100 1011011 0 100001 11111111 1010100 100100

Color Harmonies of #370FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FAA

Black with #370FAA

Text Example


Text Example

White with #370FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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