Html Css Color HEX #2F109A Persian Indigo

📋 copy color: '#2F109A'

red 47 ◦ green 16 ◦ blue 154

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

Shades of Persian Indigo #2F109A

Tints of Persian Indigo #2F109A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.97%

R = 21.66%
G = 7.37%
B = 70.97%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F109A (or 0x2F109A) is known color: Persian Indigo. HEX triplet: 2F, 10 and 9A. RGB value is (47,16,154). Sum of RGB (Red+Green+Blue) = 47+16+154=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F109A is #D0EF65. Grayscale: #282828. Windows color (decimal): -13692774 or 10096687. OLE color: 10096687.

HSL color Cylindrical-coordinate representation of color #2F109A: hue angle of 253.48º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F109A is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 16 154 -
CMYK 0.69 0.90 0 0.40
HSL 253.48º 0.81% 0.33% -
HSV(B) 253.48º 0.9% 0.6% -
XYZ 7.19 3.31 30.83 -
YUV 41 191.77 132.28 -
System Red Green Blue C M Y K H S L
Decimal 47 16 154 0.69 0.90 0 0.40 253.48 0.81 0.33
Hex 2F 10 9A 45 5A 0 28 FD 51 21
Octal 57 20 232 105 132 0 50 375 121 41
Binary 101111 10000 10011010 1000101 1011010 0 101000 11111101 1010001 100001

Color Harmonies of #2F109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F109A

Black with #2F109A

Text Example


Text Example

White with #2F109A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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