Html Css Color HEX #370F8B Persian Indigo

📋 copy color: '#370F8B'

red 55 ◦ green 15 ◦ blue 139

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

Shades of Persian Indigo #370F8B

Tints of Persian Indigo #370F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.51%

R = 26.32%
G = 7.18%
B = 66.51%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#370F8B (or 0x370F8B) is known color: Persian Indigo. HEX triplet: 37, 0F and 8B. RGB value is (55,15,139). Sum of RGB (Red+Green+Blue) = 55+15+139=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #370F8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F8B is #C8F074. Grayscale: #282828. Windows color (decimal): -13168757 or 9113399. OLE color: 9113399.

HSL color Cylindrical-coordinate representation of color #370F8B: hue angle of 259.35º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370F8B is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 15 139 -
CMYK 0.60 0.89 0 0.45
HSL 259.35º 0.81% 0.3% -
HSV(B) 259.35º 0.89% 0.55% -
XYZ 6.41 3.02 24.67 -
YUV 41.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 55 15 139 0.60 0.89 0 0.45 259.35 0.81 0.3
Hex 37 F 8B 3C 59 0 2D 103 51 1E
Octal 67 17 213 74 131 0 55 403 121 36
Binary 110111 1111 10001011 111100 1011001 0 101101 100000011 1010001 11110

Color Harmonies of #370F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F8B

Black with #370F8B

Text Example


Text Example

White with #370F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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