Html Css Color HEX #2F0868 Persian Indigo

📋 copy color: '#2F0868'

red 47 ◦ green 8 ◦ blue 104

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

Shades of Persian Indigo #2F0868

Tints of Persian Indigo #2F0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

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

R = 29.56%
G = 5.03%
B = 65.41%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2F0868 (or 0x2F0868) is known color: Persian Indigo. HEX triplet: 2F, 08 and 68. RGB value is (47,8,104). Sum of RGB (Red+Green+Blue) = 47+8+104=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F0868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0868 is #D0F797. Grayscale: #1E1E1E. Windows color (decimal): -13694872 or 6817839. OLE color: 6817839.

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

Color convert

RGB 47 8 104 -
CMYK 0.55 0.92 0 0.59
HSL 264.38º 0.86% 0.22% -
HSV(B) 264.38º 0.92% 0.41% -
XYZ 3.76 1.78 13.24 -
YUV 30.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 47 8 104 0.55 0.92 0 0.59 264.38 0.86 0.22
Hex 2F 8 68 37 5C 0 3B 108 56 16
Octal 57 10 150 67 134 0 73 410 126 26
Binary 101111 1000 1101000 110111 1011100 0 111011 100001000 1010110 10110

Color Harmonies of #2F0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0868

Black with #2F0868

Text Example


Text Example

White with #2F0868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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