Html Css Color HEX #2F096C Persian Indigo

📋 copy color: '#2F096C'

red 47 ◦ green 9 ◦ blue 108

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

Shades of Persian Indigo #2F096C

Tints of Persian Indigo #2F096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.85%

R = 28.66%
G = 5.49%
B = 65.85%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F096C (or 0x2F096C) is known color: Persian Indigo. HEX triplet: 2F, 09 and 6C. RGB value is (47,9,108). Sum of RGB (Red+Green+Blue) = 47+9+108=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F096C is #D0F693. Grayscale: #1F1F1F. Windows color (decimal): -13694612 or 7080239. OLE color: 7080239.

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

Color convert

RGB 47 9 108 -
CMYK 0.56 0.92 0 0.58
HSL 263.03º 0.85% 0.23% -
HSV(B) 263.03º 0.92% 0.42% -
XYZ 3.98 1.88 14.34 -
YUV 31.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 47 9 108 0.56 0.92 0 0.58 263.03 0.85 0.23
Hex 2F 9 6C 38 5C 0 3A 107 55 17
Octal 57 11 154 70 134 0 72 407 125 27
Binary 101111 1001 1101100 111000 1011100 0 111010 100000111 1010101 10111

Color Harmonies of #2F096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F096C

Black with #2F096C

Text Example


Text Example

White with #2F096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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