Html Css Color HEX #310273 Persian Indigo

📋 copy color: '#310273'

red 49 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #310273

Tints of Persian Indigo #310273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 115 (45.31% from 255) = 69.28%

R = 29.52%
G = 1.2%
B = 69.28%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#310273 (or 0x310273) is known color: Persian Indigo. HEX triplet: 31, 02 and 73. RGB value is (49,2,115). Sum of RGB (Red+Green+Blue) = 49+2+115=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #310273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310273 is #CEFD8C. Grayscale: #1C1C1C. Windows color (decimal): -13565325 or 7537201. OLE color: 7537201.

HSL color Cylindrical-coordinate representation of color #310273: hue angle of 264.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310273 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 2 115 -
CMYK 0.57 0.98 0 0.55
HSL 264.96º 0.97% 0.23% -
HSV(B) 264.96º 0.98% 0.45% -
XYZ 4.38 1.93 16.36 -
YUV 28.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 49 2 115 0.57 0.98 0 0.55 264.96 0.97 0.23
Hex 31 2 73 39 62 0 37 109 61 17
Octal 61 2 163 71 142 0 67 411 141 27
Binary 110001 10 1110011 111001 1100010 0 110111 100001001 1100001 10111

Color Harmonies of #310273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310273

Black with #310273

Text Example


Text Example

White with #310273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310273; }

 p { color: rgb(49,2,115); }

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

background-color css

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

 a { background-color: rgb(49,2,115); }

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

border-color css

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

 span { border-color: rgb(49,2,115); }

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