Html Css Color HEX #2F1195 Persian Indigo

📋 copy color: '#2F1195'

red 47 ◦ green 17 ◦ blue 149

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

Shades of Persian Indigo #2F1195

Tints of Persian Indigo #2F1195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

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

R = 22.07%
G = 7.98%
B = 69.95%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F1195 (or 0x2F1195) is known color: Persian Indigo. HEX triplet: 2F, 11 and 95. RGB value is (47,17,149). Sum of RGB (Red+Green+Blue) = 47+17+149=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1195 is #D0EE6A. Grayscale: #282828. Windows color (decimal): -13692523 or 9769263. OLE color: 9769263.

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

Color convert

RGB 47 17 149 -
CMYK 0.68 0.89 0 0.42
HSL 253.64º 0.8% 0.33% -
HSV(B) 253.64º 0.89% 0.58% -
XYZ 6.8 3.18 28.69 -
YUV 41.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 47 17 149 0.68 0.89 0 0.42 253.64 0.8 0.33
Hex 2F 11 95 44 59 0 2A FE 50 21
Octal 57 21 225 104 131 0 52 376 120 41
Binary 101111 10001 10010101 1000100 1011001 0 101010 11111110 1010000 100001

Color Harmonies of #2F1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1195

Black with #2F1195

Text Example


Text Example

White with #2F1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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