Html Css Color HEX #370A8B Persian Indigo

📋 copy color: '#370A8B'

red 55 ◦ green 10 ◦ blue 139

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

Shades of Persian Indigo #370A8B

Tints of Persian Indigo #370A8B

RGB

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

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

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

R = 26.96%
G = 4.9%
B = 68.14%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#370A8B (or 0x370A8B) is known color: Persian Indigo. HEX triplet: 37, 0A and 8B. RGB value is (55,10,139). Sum of RGB (Red+Green+Blue) = 55+10+139=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #370A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370A8B is #C8F574. Grayscale: #252525. Windows color (decimal): -13170037 or 9112119. OLE color: 9112119.

HSL color Cylindrical-coordinate representation of color #370A8B: hue angle of 260.93º 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 #370A8B is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 10 139 -
CMYK 0.60 0.93 0 0.45
HSL 260.93º 0.87% 0.29% -
HSV(B) 260.93º 0.93% 0.55% -
XYZ 6.34 2.89 24.65 -
YUV 38.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 55 10 139 0.60 0.93 0 0.45 260.93 0.87 0.29
Hex 37 A 8B 3C 5D 0 2D 105 57 1D
Octal 67 12 213 74 135 0 55 405 127 35
Binary 110111 1010 10001011 111100 1011101 0 101101 100000101 1010111 11101

Color Harmonies of #370A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A8B

Black with #370A8B

Text Example


Text Example

White with #370A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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