Html Css Color HEX #370A8C Persian Indigo

📋 copy color: '#370A8C'

red 55 ◦ green 10 ◦ blue 140

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

Shades of Persian Indigo #370A8C

Tints of Persian Indigo #370A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

 BLUE value IS 140 (55.08% from 255) = 68.29%

R = 26.83%
G = 4.88%
B = 68.29%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#370A8C (or 0x370A8C) is known color: Persian Indigo. HEX triplet: 37, 0A and 8C. RGB value is (55,10,140). Sum of RGB (Red+Green+Blue) = 55+10+140=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #370A8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370A8C is #C8F573. Grayscale: #252525. Windows color (decimal): -13170036 or 9177655. OLE color: 9177655.

HSL color Cylindrical-coordinate representation of color #370A8C: hue angle of 260.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370A8C is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 10 140 -
CMYK 0.61 0.93 0 0.45
HSL 260.77º 0.87% 0.29% -
HSV(B) 260.77º 0.93% 0.55% -
XYZ 6.42 2.92 25.04 -
YUV 38.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 55 10 140 0.61 0.93 0 0.45 260.77 0.87 0.29
Hex 37 A 8C 3D 5D 0 2D 105 57 1D
Octal 67 12 214 75 135 0 55 405 127 35
Binary 110111 1010 10001100 111101 1011101 0 101101 100000101 1010111 11101

Color Harmonies of #370A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A8C

Black with #370A8C

Text Example


Text Example

White with #370A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,140); }

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

background-color css

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

 a { background-color: rgb(55,10,140); }

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

border-color css

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

 span { border-color: rgb(55,10,140); }

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