Html Css Color HEX #310392 Persian Indigo

📋 copy color: '#310392'

red 49 ◦ green 3 ◦ blue 146

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

Shades of Persian Indigo #310392

Tints of Persian Indigo #310392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73.74%

R = 24.75%
G = 1.52%
B = 73.74%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#310392 (or 0x310392) is known color: Persian Indigo. HEX triplet: 31, 03 and 92. RGB value is (49,3,146). Sum of RGB (Red+Green+Blue) = 49+3+146=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #310392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310392 is #CEFC6D. Grayscale: #202020. Windows color (decimal): -13565038 or 9569073. OLE color: 9569073.

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

Color convert

RGB 49 3 146 -
CMYK 0.66 0.98 0 0.43
HSL 259.3º 0.96% 0.29% -
HSV(B) 259.3º 0.98% 0.57% -
XYZ 6.49 2.79 27.39 -
YUV 33.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 49 3 146 0.66 0.98 0 0.43 259.3 0.96 0.29
Hex 31 3 92 42 62 0 2B 103 60 1D
Octal 61 3 222 102 142 0 53 403 140 35
Binary 110001 11 10010010 1000010 1100010 0 101011 100000011 1100000 11101

Color Harmonies of #310392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310392

Black with #310392

Text Example


Text Example

White with #310392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310392; }

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

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

background-color css

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

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

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

border-color css

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

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

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