Html Css Color HEX #2F096D Persian Indigo

📋 copy color: '#2F096D'

red 47 ◦ green 9 ◦ blue 109

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

Shades of Persian Indigo #2F096D

Tints of Persian Indigo #2F096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

 BLUE value IS 109 (42.97% from 255) = 66.06%

R = 28.48%
G = 5.45%
B = 66.06%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F096D (or 0x2F096D) is known color: Persian Indigo. HEX triplet: 2F, 09 and 6D. RGB value is (47,9,109). Sum of RGB (Red+Green+Blue) = 47+9+109=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F096D is #D0F692. Grayscale: #1F1F1F. Windows color (decimal): -13694611 or 7145775. OLE color: 7145775.

HSL color Cylindrical-coordinate representation of color #2F096D: hue angle of 262.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F096D is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 9 109 -
CMYK 0.57 0.92 0 0.57
HSL 262.8º 0.85% 0.23% -
HSV(B) 262.8º 0.92% 0.43% -
XYZ 4.03 1.9 14.62 -
YUV 31.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 47 9 109 0.57 0.92 0 0.57 262.8 0.85 0.23
Hex 2F 9 6D 39 5C 0 39 107 55 17
Octal 57 11 155 71 134 0 71 407 125 27
Binary 101111 1001 1101101 111001 1011100 0 111001 100000111 1010101 10111

Color Harmonies of #2F096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F096D

Black with #2F096D

Text Example


Text Example

White with #2F096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,9,109); }

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

background-color css

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

 a { background-color: rgb(47,9,109); }

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

border-color css

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

 span { border-color: rgb(47,9,109); }

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