Html Css Color HEX #2F0170 Persian Indigo

📋 copy color: '#2F0170'

red 47 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #2F0170

Tints of Persian Indigo #2F0170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 70%

R = 29.38%
G = 0.63%
B = 70%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F0170 (or 0x2F0170) is known color: Persian Indigo. HEX triplet: 2F, 01 and 70. RGB value is (47,1,112). Sum of RGB (Red+Green+Blue) = 47+1+112=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F0170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0170 is #D0FE8F. Grayscale: #1B1B1B. Windows color (decimal): -13696656 or 7340335. OLE color: 7340335.

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

Color convert

RGB 47 1 112 -
CMYK 0.58 0.99 0 0.56
HSL 264.86º 0.98% 0.22% -
HSV(B) 264.86º 0.99% 0.44% -
XYZ 4.11 1.8 15.46 -
YUV 27.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 47 1 112 0.58 0.99 0 0.56 264.86 0.98 0.22
Hex 2F 1 70 3A 63 0 38 109 62 16
Octal 57 1 160 72 143 0 70 411 142 26
Binary 101111 1 1110000 111010 1100011 0 111000 100001001 1100010 10110

Color Harmonies of #2F0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0170

Black with #2F0170

Text Example


Text Example

White with #2F0170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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