Html Css Color HEX #2F0895 Persian Indigo

📋 copy color: '#2F0895'

red 47 ◦ green 8 ◦ blue 149

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

Shades of Persian Indigo #2F0895

Tints of Persian Indigo #2F0895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 23.04%
G = 3.92%
B = 73.04%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F0895 (or 0x2F0895) is known color: Persian Indigo. HEX triplet: 2F, 08 and 95. RGB value is (47,8,149). Sum of RGB (Red+Green+Blue) = 47+8+149=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F0895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0895 is #D0F76A. Grayscale: #232323. Windows color (decimal): -13694827 or 9766959. OLE color: 9766959.

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

Color convert

RGB 47 8 149 -
CMYK 0.68 0.95 0 0.42
HSL 256.6º 0.9% 0.31% -
HSV(B) 256.6º 0.95% 0.58% -
XYZ 6.68 2.95 28.65 -
YUV 35.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 47 8 149 0.68 0.95 0 0.42 256.6 0.9 0.31
Hex 2F 8 95 44 5F 0 2A 101 5A 1F
Octal 57 10 225 104 137 0 52 401 132 37
Binary 101111 1000 10010101 1000100 1011111 0 101010 100000001 1011010 11111

Color Harmonies of #2F0895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0895

Black with #2F0895

Text Example


Text Example

White with #2F0895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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