Html Css Color HEX #2F0699 Persian Indigo

📋 copy color: '#2F0699'

red 47 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #2F0699

Tints of Persian Indigo #2F0699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 74.27%

R = 22.82%
G = 2.91%
B = 74.27%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F0699 (or 0x2F0699) is known color: Persian Indigo. HEX triplet: 2F, 06 and 99. RGB value is (47,6,153). Sum of RGB (Red+Green+Blue) = 47+6+153=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F0699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0699 is #D0F966. Grayscale: #222222. Windows color (decimal): -13695335 or 10028591. OLE color: 10028591.

HSL color Cylindrical-coordinate representation of color #2F0699: hue angle of 256.73º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0699 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 6 153 -
CMYK 0.69 0.96 0 0.4
HSL 256.73º 0.92% 0.31% -
HSV(B) 256.73º 0.96% 0.6% -
XYZ 6.99 3.03 30.35 -
YUV 35.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 47 6 153 0.69 0.96 0 0.4 256.73 0.92 0.31
Hex 2F 6 99 45 60 0 28 101 5C 1F
Octal 57 6 231 105 140 0 50 401 134 37
Binary 101111 110 10011001 1000101 1100000 0 101000 100000001 1011100 11111

Color Harmonies of #2F0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0699

Black with #2F0699

Text Example


Text Example

White with #2F0699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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