Html Css Color HEX #31029C Persian Indigo

📋 copy color: '#31029C'

red 49 ◦ green 2 ◦ blue 156

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

Shades of Persian Indigo #31029C

Tints of Persian Indigo #31029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 75.36%

R = 23.67%
G = 0.97%
B = 75.36%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31029C (or 0x31029C) is known color: Persian Indigo. HEX triplet: 31, 02 and 9C. RGB value is (49,2,156). Sum of RGB (Red+Green+Blue) = 49+2+156=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 156 (61.33% from 255 or 75.36% from 207); Max value from RGB is 156 - color contains mainly: blue. Hex color #31029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31029C is #CEFD63. Grayscale: #212121. Windows color (decimal): -13565284 or 10224177. OLE color: 10224177.

HSL color Cylindrical-coordinate representation of color #31029C: hue angle of 258.31º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31029C is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 2 156 -
CMYK 0.69 0.99 0 0.39
HSL 258.31º 0.97% 0.31% -
HSV(B) 258.31º 0.99% 0.61% -
XYZ 7.29 3.1 31.67 -
YUV 33.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 49 2 156 0.69 0.99 0 0.39 258.31 0.97 0.31
Hex 31 2 9C 45 63 0 27 102 61 1F
Octal 61 2 234 105 143 0 47 402 141 37
Binary 110001 10 10011100 1000101 1100011 0 100111 100000010 1100001 11111

Color Harmonies of #31029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31029C

Black with #31029C

Text Example


Text Example

White with #31029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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