Html Css Color HEX #2F016D Persian Indigo

📋 copy color: '#2F016D'

red 47 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #2F016D

Tints of Persian Indigo #2F016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 29.94%
G = 0.64%
B = 69.43%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F016D (or 0x2F016D) is known color: Persian Indigo. HEX triplet: 2F, 01 and 6D. RGB value is (47,1,109). Sum of RGB (Red+Green+Blue) = 47+1+109=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F016D is #D0FE92. Grayscale: #1A1A1A. Windows color (decimal): -13696659 or 7143727. OLE color: 7143727.

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

Color convert

RGB 47 1 109 -
CMYK 0.57 0.99 0 0.57
HSL 265.56º 0.98% 0.22% -
HSV(B) 265.56º 0.99% 0.43% -
XYZ 3.94 1.73 14.59 -
YUV 27.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 47 1 109 0.57 0.99 0 0.57 265.56 0.98 0.22
Hex 2F 1 6D 39 63 0 39 10A 62 16
Octal 57 1 155 71 143 0 71 412 142 26
Binary 101111 1 1101101 111001 1100011 0 111001 100001010 1100010 10110

Color Harmonies of #2F016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F016D

Black with #2F016D

Text Example


Text Example

White with #2F016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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