Html Css Color HEX #2F0F95 Persian Indigo

📋 copy color: '#2F0F95'

red 47 ◦ green 15 ◦ blue 149

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

Shades of Persian Indigo #2F0F95

Tints of Persian Indigo #2F0F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

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

R = 22.27%
G = 7.11%
B = 70.62%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F0F95 (or 0x2F0F95) is known color: Persian Indigo. HEX triplet: 2F, 0F and 95. RGB value is (47,15,149). Sum of RGB (Red+Green+Blue) = 47+15+149=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F0F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0F95 is #D0F06A. Grayscale: #272727. Windows color (decimal): -13693035 or 9768751. OLE color: 9768751.

HSL color Cylindrical-coordinate representation of color #2F0F95: hue angle of 254.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F0F95 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 15 149 -
CMYK 0.68 0.90 0 0.42
HSL 254.33º 0.82% 0.32% -
HSV(B) 254.33º 0.9% 0.58% -
XYZ 6.77 3.12 28.68 -
YUV 39.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 47 15 149 0.68 0.90 0 0.42 254.33 0.82 0.32
Hex 2F F 95 44 5A 0 2A FE 52 20
Octal 57 17 225 104 132 0 52 376 122 40
Binary 101111 1111 10010101 1000100 1011010 0 101010 11111110 1010010 100000

Color Harmonies of #2F0F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0F95

Black with #2F0F95

Text Example


Text Example

White with #2F0F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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