Html Css Color HEX #310A8C Persian Indigo

📋 copy color: '#310A8C'

red 49 ◦ green 10 ◦ blue 140

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

Shades of Persian Indigo #310A8C

Tints of Persian Indigo #310A8C

RGB

 RED value IS 49 (19.53% from 255) = 24.62%

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

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

R = 24.62%
G = 5.03%
B = 70.35%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#310A8C (or 0x310A8C) is known color: Persian Indigo. HEX triplet: 31, 0A and 8C. RGB value is (49,10,140). Sum of RGB (Red+Green+Blue) = 49+10+140=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #310A8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310A8C is #CEF573. Grayscale: #242424. Windows color (decimal): -13563252 or 9177649. OLE color: 9177649.

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

Color convert

RGB 49 10 140 -
CMYK 0.65 0.93 0 0.45
HSL 258º 0.87% 0.29% -
HSV(B) 258º 0.93% 0.55% -
XYZ 6.11 2.76 25.02 -
YUV 36.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 49 10 140 0.65 0.93 0 0.45 258 0.87 0.29
Hex 31 A 8C 41 5D 0 2D 102 57 1D
Octal 61 12 214 101 135 0 55 402 127 35
Binary 110001 1010 10001100 1000001 1011101 0 101101 100000010 1010111 11101

Color Harmonies of #310A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A8C

Black with #310A8C

Text Example


Text Example

White with #310A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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