Html Css Color HEX #2F1695 Persian Indigo

📋 copy color: '#2F1695'

red 47 ◦ green 22 ◦ blue 149

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

Shades of Persian Indigo #2F1695

Tints of Persian Indigo #2F1695

RGB

 RED value IS 47 (18.75% from 255) = 21.56%

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 21.56%
G = 10.09%
B = 68.35%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F1695 (or 0x2F1695) is known color: Persian Indigo. HEX triplet: 2F, 16 and 95. RGB value is (47,22,149). Sum of RGB (Red+Green+Blue) = 47+22+149=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F1695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1695 is #D0E96A. Grayscale: #2B2B2B. Windows color (decimal): -13691243 or 9770543. OLE color: 9770543.

HSL color Cylindrical-coordinate representation of color #2F1695: hue angle of 251.81º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1695 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 22 149 -
CMYK 0.68 0.85 0 0.42
HSL 251.81º 0.74% 0.34% -
HSV(B) 251.81º 0.85% 0.58% -
XYZ 6.88 3.35 28.72 -
YUV 43.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 47 22 149 0.68 0.85 0 0.42 251.81 0.74 0.34
Hex 2F 16 95 44 55 0 2A FC 4A 22
Octal 57 26 225 104 125 0 52 374 112 42
Binary 101111 10110 10010101 1000100 1010101 0 101010 11111100 1001010 100010

Color Harmonies of #2F1695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1695

Black with #2F1695

Text Example


Text Example

White with #2F1695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1695; }

 p { color: rgb(47,22,149); }

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

background-color css

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

 a { background-color: rgb(47,22,149); }

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

border-color css

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

 span { border-color: rgb(47,22,149); }

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