Html Css Color HEX #31009B Persian Indigo

📋 copy color: '#31009B'

red 49 ◦ green 0 ◦ blue 155

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

Shades of Persian Indigo #31009B

Tints of Persian Indigo #31009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 24.02%
G = 0%
B = 75.98%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31009B (or 0x31009B) is known color: Persian Indigo. HEX triplet: 31, 00 and 9B. RGB value is (49,0,155). Sum of RGB (Red+Green+Blue) = 49+0+155=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #31009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31009B is #CEFF64. Grayscale: #1F1F1F. Windows color (decimal): -13565797 or 10158129. OLE color: 10158129.

HSL color Cylindrical-coordinate representation of color #31009B: hue angle of 258.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31009B is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 0 155 -
CMYK 0.68 1 0 0.39
HSL 258.97º 1% 0.3% -
HSV(B) 258.97º 1% 0.61% -
XYZ 7.18 3.02 31.21 -
YUV 32.32 197.23 139.9 -
System Red Green Blue C M Y K H S L
Decimal 49 0 155 0.68 1 0 0.39 258.97 1 0.3
Hex 31 0 9B 44 64 0 27 103 64 1E
Octal 61 0 233 104 144 0 47 403 144 36
Binary 110001 0 10011011 1000100 1100100 0 100111 100000011 1100100 11110

Color Harmonies of #31009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31009B

Black with #31009B

Text Example


Text Example

White with #31009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31009B; }

 p { color: rgb(49,0,155); }

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

background-color css

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

 a { background-color: rgb(49,0,155); }

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

border-color css

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

 span { border-color: rgb(49,0,155); }

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