Html Css Color HEX #31066C Persian Indigo

📋 copy color: '#31066C'

red 49 ◦ green 6 ◦ blue 108

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

Shades of Persian Indigo #31066C

Tints of Persian Indigo #31066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 108 (42.58% from 255) = 66.26%

R = 30.06%
G = 3.68%
B = 66.26%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31066C (or 0x31066C) is known color: Persian Indigo. HEX triplet: 31, 06 and 6C. RGB value is (49,6,108). Sum of RGB (Red+Green+Blue) = 49+6+108=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #31066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31066C is #CEF993. Grayscale: #1E1E1E. Windows color (decimal): -13564308 or 7079473. OLE color: 7079473.

HSL color Cylindrical-coordinate representation of color #31066C: hue angle of 265.29º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31066C is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 6 108 -
CMYK 0.55 0.94 0 0.58
HSL 265.29º 0.89% 0.22% -
HSV(B) 265.29º 0.94% 0.42% -
XYZ 4.04 1.87 14.33 -
YUV 30.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 49 6 108 0.55 0.94 0 0.58 265.29 0.89 0.22
Hex 31 6 6C 37 5E 0 3A 109 59 16
Octal 61 6 154 67 136 0 72 411 131 26
Binary 110001 110 1101100 110111 1011110 0 111010 100001001 1011001 10110

Color Harmonies of #31066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31066C

Black with #31066C

Text Example


Text Example

White with #31066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,6,108); }

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

background-color css

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

 a { background-color: rgb(49,6,108); }

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

border-color css

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

 span { border-color: rgb(49,6,108); }

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