Html Css Color HEX #312482 Persian Indigo

📋 copy color: '#312482'

red 49 ◦ green 36 ◦ blue 130

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

Shades of Persian Indigo #312482

Tints of Persian Indigo #312482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 130 (51.17% from 255) = 60.47%

R = 22.79%
G = 16.74%
B = 60.47%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312482 (or 0x312482) is known color: Persian Indigo. HEX triplet: 31, 24 and 82. RGB value is (49,36,130). Sum of RGB (Red+Green+Blue) = 49+36+130=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #312482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312482 is #CEDB7D. Grayscale: #323232. Windows color (decimal): -13556606 or 8528945. OLE color: 8528945.

HSL color Cylindrical-coordinate representation of color #312482: hue angle of 248.3º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312482 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 36 130 -
CMYK 0.62 0.72 0 0.49
HSL 248.3º 0.57% 0.33% -
HSV(B) 248.3º 0.72% 0.51% -
XYZ 5.93 3.53 21.49 -
YUV 50.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 49 36 130 0.62 0.72 0 0.49 248.3 0.57 0.33
Hex 31 24 82 3E 48 0 31 F8 39 21
Octal 61 44 202 76 110 0 61 370 71 41
Binary 110001 100100 10000010 111110 1001000 0 110001 11111000 111001 100001

Color Harmonies of #312482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312482

Black with #312482

Text Example


Text Example

White with #312482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312482; }

 p { color: rgb(49,36,130); }

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

background-color css

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

 a { background-color: rgb(49,36,130); }

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

border-color css

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

 span { border-color: rgb(49,36,130); }

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