Html Css Color HEX #2F106C Persian Indigo

📋 copy color: '#2F106C'

red 47 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #2F106C

Tints of Persian Indigo #2F106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 27.49%
G = 9.36%
B = 63.16%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2F106C (or 0x2F106C) is known color: Persian Indigo. HEX triplet: 2F, 10 and 6C. RGB value is (47,16,108). Sum of RGB (Red+Green+Blue) = 47+16+108=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F106C is #D0EF93. Grayscale: #232323. Windows color (decimal): -13692820 or 7082031. OLE color: 7082031.

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

Color convert

RGB 47 16 108 -
CMYK 0.56 0.85 0 0.58
HSL 260.22º 0.74% 0.24% -
HSV(B) 260.22º 0.85% 0.42% -
XYZ 4.06 2.06 14.37 -
YUV 35.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 47 16 108 0.56 0.85 0 0.58 260.22 0.74 0.24
Hex 2F 10 6C 38 55 0 3A 104 4A 18
Octal 57 20 154 70 125 0 72 404 112 30
Binary 101111 10000 1101100 111000 1010101 0 111010 100000100 1001010 11000

Color Harmonies of #2F106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F106C

Black with #2F106C

Text Example


Text Example

White with #2F106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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