Html Css Color HEX #310275 Persian Indigo

📋 copy color: '#310275'

red 49 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #310275

Tints of Persian Indigo #310275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 29.17%
G = 1.19%
B = 69.64%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#310275 (or 0x310275) is known color: Persian Indigo. HEX triplet: 31, 02 and 75. RGB value is (49,2,117). Sum of RGB (Red+Green+Blue) = 49+2+117=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #310275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310275 is #CEFD8A. Grayscale: #1C1C1C. Windows color (decimal): -13565323 or 7668273. OLE color: 7668273.

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

Color convert

RGB 49 2 117 -
CMYK 0.58 0.98 0 0.54
HSL 264.52º 0.97% 0.23% -
HSV(B) 264.52º 0.98% 0.46% -
XYZ 4.5 1.98 16.97 -
YUV 29.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 49 2 117 0.58 0.98 0 0.54 264.52 0.97 0.23
Hex 31 2 75 3A 62 0 36 109 61 17
Octal 61 2 165 72 142 0 66 411 141 27
Binary 110001 10 1110101 111010 1100010 0 110110 100001001 1100001 10111

Color Harmonies of #310275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310275

Black with #310275

Text Example


Text Example

White with #310275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310275; }

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

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

background-color css

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

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

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

border-color css

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

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

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