Html Css Color HEX #31069C Persian Indigo

📋 copy color: '#31069C'

red 49 ◦ green 6 ◦ blue 156

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

Shades of Persian Indigo #31069C

Tints of Persian Indigo #31069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 73.93%

R = 23.22%
G = 2.84%
B = 73.93%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31069C (or 0x31069C) is known color: Persian Indigo. HEX triplet: 31, 06 and 9C. RGB value is (49,6,156). Sum of RGB (Red+Green+Blue) = 49+6+156=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #31069C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31069C is #CEF963. Grayscale: #232323. Windows color (decimal): -13564260 or 10225201. OLE color: 10225201.

HSL color Cylindrical-coordinate representation of color #31069C: hue angle of 257.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31069C is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 6 156 -
CMYK 0.69 0.96 0 0.39
HSL 257.2º 0.93% 0.32% -
HSV(B) 257.2º 0.96% 0.61% -
XYZ 7.33 3.18 31.68 -
YUV 35.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 49 6 156 0.69 0.96 0 0.39 257.2 0.93 0.32
Hex 31 6 9C 45 60 0 27 101 5D 20
Octal 61 6 234 105 140 0 47 401 135 40
Binary 110001 110 10011100 1000101 1100000 0 100111 100000001 1011101 100000

Color Harmonies of #31069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31069C

Black with #31069C

Text Example


Text Example

White with #31069C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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