Html Css Color HEX #2F0168 Persian Indigo

📋 copy color: '#2F0168'

red 47 ◦ green 1 ◦ blue 104

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

Shades of Persian Indigo #2F0168

Tints of Persian Indigo #2F0168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 68.42%

R = 30.92%
G = 0.66%
B = 68.42%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2F0168 (or 0x2F0168) is known color: Persian Indigo. HEX triplet: 2F, 01 and 68. RGB value is (47,1,104). Sum of RGB (Red+Green+Blue) = 47+1+104=152 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.92% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0168 is #D0FE97. Grayscale: #1A1A1A. Windows color (decimal): -13696664 or 6816047. OLE color: 6816047.

HSL color Cylindrical-coordinate representation of color #2F0168: hue angle of 266.8º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0168 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 47 1 104 -
CMYK 0.55 0.99 0 0.59
HSL 266.8º 0.98% 0.21% -
HSV(B) 266.8º 0.99% 0.41% -
XYZ 3.68 1.63 13.22 -
YUV 26.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 47 1 104 0.55 0.99 0 0.59 266.8 0.98 0.21
Hex 2F 1 68 37 63 0 3B 10B 62 15
Octal 57 1 150 67 143 0 73 413 142 25
Binary 101111 1 1101000 110111 1100011 0 111011 100001011 1100010 10101

Color Harmonies of #2F0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0168

Black with #2F0168

Text Example


Text Example

White with #2F0168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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