Html Css Color HEX #310390 Persian Indigo

📋 copy color: '#310390'

red 49 ◦ green 3 ◦ blue 144

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

Shades of Persian Indigo #310390

Tints of Persian Indigo #310390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 144 (56.64% from 255) = 73.47%

R = 25%
G = 1.53%
B = 73.47%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#310390 (or 0x310390) is known color: Persian Indigo. HEX triplet: 31, 03 and 90. RGB value is (49,3,144). Sum of RGB (Red+Green+Blue) = 49+3+144=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #310390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310390 is #CEFC6F. Grayscale: #202020. Windows color (decimal): -13565040 or 9438001. OLE color: 9438001.

HSL color Cylindrical-coordinate representation of color #310390: hue angle of 259.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310390 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 3 144 -
CMYK 0.66 0.98 0 0.44
HSL 259.57º 0.96% 0.29% -
HSV(B) 259.57º 0.98% 0.56% -
XYZ 6.33 2.73 26.58 -
YUV 32.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 49 3 144 0.66 0.98 0 0.44 259.57 0.96 0.29
Hex 31 3 90 42 62 0 2C 104 60 1D
Octal 61 3 220 102 142 0 54 404 140 35
Binary 110001 11 10010000 1000010 1100010 0 101100 100000100 1100000 11101

Color Harmonies of #310390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310390

Black with #310390

Text Example


Text Example

White with #310390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310390; }

 p { color: rgb(49,3,144); }

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

background-color css

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

 a { background-color: rgb(49,3,144); }

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

border-color css

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

 span { border-color: rgb(49,3,144); }

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