Html Css Color HEX #370F7C Persian Indigo

📋 copy color: '#370F7C'

red 55 ◦ green 15 ◦ blue 124

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

Shades of Persian Indigo #370F7C

Tints of Persian Indigo #370F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.92%

R = 28.35%
G = 7.73%
B = 63.92%

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

#370F7C (or 0x370F7C) is known color: Persian Indigo. HEX triplet: 37, 0F and 7C. RGB value is (55,15,124). Sum of RGB (Red+Green+Blue) = 55+15+124=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #370F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F7C is #C8F083. Grayscale: #262626. Windows color (decimal): -13168772 or 8130359. OLE color: 8130359.

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

Color convert

RGB 55 15 124 -
CMYK 0.56 0.88 0 0.51
HSL 262.02º 0.78% 0.27% -
HSV(B) 262.02º 0.88% 0.49% -
XYZ 5.38 2.61 19.29 -
YUV 39.39 175.75 139.14 -
System Red Green Blue C M Y K H S L
Decimal 55 15 124 0.56 0.88 0 0.51 262.02 0.78 0.27
Hex 37 F 7C 38 58 0 33 106 4E 1B
Octal 67 17 174 70 130 0 63 406 116 33
Binary 110111 1111 1111100 111000 1011000 0 110011 100000110 1001110 11011

Color Harmonies of #370F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F7C

Black with #370F7C

Text Example


Text Example

White with #370F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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