Html Css Color HEX #310369 Persian Indigo

📋 copy color: '#310369'

red 49 ◦ green 3 ◦ blue 105

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

Shades of Persian Indigo #310369

Tints of Persian Indigo #310369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.88%

R = 31.21%
G = 1.91%
B = 66.88%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#310369 (or 0x310369) is known color: Persian Indigo. HEX triplet: 31, 03 and 69. RGB value is (49,3,105). Sum of RGB (Red+Green+Blue) = 49+3+105=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #310369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310369 is #CEFC96. Grayscale: #1C1C1C. Windows color (decimal): -13565079 or 6882097. OLE color: 6882097.

HSL color Cylindrical-coordinate representation of color #310369: hue angle of 267.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #310369 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 3 105 -
CMYK 0.53 0.97 0 0.59
HSL 267.06º 0.94% 0.21% -
HSV(B) 267.06º 0.97% 0.41% -
XYZ 3.85 1.74 13.5 -
YUV 28.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 49 3 105 0.53 0.97 0 0.59 267.06 0.94 0.21
Hex 31 3 69 35 61 0 3B 10B 5E 15
Octal 61 3 151 65 141 0 73 413 136 25
Binary 110001 11 1101001 110101 1100001 0 111011 100001011 1011110 10101

Color Harmonies of #310369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310369

Black with #310369

Text Example


Text Example

White with #310369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310369; }

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

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

background-color css

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

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

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

border-color css

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

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

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