Html Css Color HEX #370F7E Persian Indigo

📋 copy color: '#370F7E'

red 55 ◦ green 15 ◦ blue 126

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

Shades of Persian Indigo #370F7E

Tints of Persian Indigo #370F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 64.29%

R = 28.06%
G = 7.65%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#370F7E (or 0x370F7E) is known color: Persian Indigo. HEX triplet: 37, 0F and 7E. RGB value is (55,15,126). Sum of RGB (Red+Green+Blue) = 55+15+126=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #370F7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F7E is #C8F081. Grayscale: #272727. Windows color (decimal): -13168770 or 8261431. OLE color: 8261431.

HSL color Cylindrical-coordinate representation of color #370F7E: hue angle of 261.62º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370F7E is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 15 126 -
CMYK 0.56 0.88 0 0.51
HSL 261.62º 0.79% 0.28% -
HSV(B) 261.62º 0.88% 0.49% -
XYZ 5.51 2.66 19.96 -
YUV 39.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 55 15 126 0.56 0.88 0 0.51 261.62 0.79 0.28
Hex 37 F 7E 38 58 0 33 106 4F 1C
Octal 67 17 176 70 130 0 63 406 117 34
Binary 110111 1111 1111110 111000 1011000 0 110011 100000110 1001111 11100

Color Harmonies of #370F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F7E

Black with #370F7E

Text Example


Text Example

White with #370F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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