Html Css Color HEX #2F0695 Persian Indigo

📋 copy color: '#2F0695'

red 47 ◦ green 6 ◦ blue 149

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

Shades of Persian Indigo #2F0695

Tints of Persian Indigo #2F0695

RGB

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

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

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

R = 23.27%
G = 2.97%
B = 73.76%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F0695 (or 0x2F0695) is known color: Persian Indigo. HEX triplet: 2F, 06 and 95. RGB value is (47,6,149). Sum of RGB (Red+Green+Blue) = 47+6+149=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F0695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0695 is #D0F96A. Grayscale: #222222. Windows color (decimal): -13695339 or 9766447. OLE color: 9766447.

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

Color convert

RGB 47 6 149 -
CMYK 0.68 0.96 0 0.42
HSL 257.2º 0.92% 0.3% -
HSV(B) 257.2º 0.96% 0.58% -
XYZ 6.66 2.9 28.64 -
YUV 34.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 47 6 149 0.68 0.96 0 0.42 257.2 0.92 0.3
Hex 2F 6 95 44 60 0 2A 101 5C 1E
Octal 57 6 225 104 140 0 52 401 134 36
Binary 101111 110 10010101 1000100 1100000 0 101010 100000001 1011100 11110

Color Harmonies of #2F0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0695

Black with #2F0695

Text Example


Text Example

White with #2F0695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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