Html Css Color HEX #31026D Persian Indigo

📋 copy color: '#31026D'

red 49 ◦ green 2 ◦ blue 109

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

Shades of Persian Indigo #31026D

Tints of Persian Indigo #31026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 68.13%

R = 30.63%
G = 1.25%
B = 68.13%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31026D (or 0x31026D) is known color: Persian Indigo. HEX triplet: 31, 02 and 6D. RGB value is (49,2,109). Sum of RGB (Red+Green+Blue) = 49+2+109=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #31026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31026D is #CEFD92. Grayscale: #1B1B1B. Windows color (decimal): -13565331 or 7143985. OLE color: 7143985.

HSL color Cylindrical-coordinate representation of color #31026D: hue angle of 266.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31026D is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 2 109 -
CMYK 0.55 0.98 0 0.57
HSL 266.36º 0.96% 0.22% -
HSV(B) 266.36º 0.98% 0.43% -
XYZ 4.05 1.8 14.6 -
YUV 28.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 49 2 109 0.55 0.98 0 0.57 266.36 0.96 0.22
Hex 31 2 6D 37 62 0 39 10A 60 16
Octal 61 2 155 67 142 0 71 412 140 26
Binary 110001 10 1101101 110111 1100010 0 111001 100001010 1100000 10110

Color Harmonies of #31026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31026D

Black with #31026D

Text Example


Text Example

White with #31026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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