Html Css Color HEX #2F0268 Persian Indigo

📋 copy color: '#2F0268'

red 47 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #2F0268

Tints of Persian Indigo #2F0268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 30.72%
G = 1.31%
B = 67.97%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2F0268 (or 0x2F0268) is known color: Persian Indigo. HEX triplet: 2F, 02 and 68. RGB value is (47,2,104). Sum of RGB (Red+Green+Blue) = 47+2+104=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0268 is #D0FD97. Grayscale: #1A1A1A. Windows color (decimal): -13696408 or 6816303. OLE color: 6816303.

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

Color convert

RGB 47 2 104 -
CMYK 0.55 0.98 0 0.59
HSL 266.47º 0.96% 0.21% -
HSV(B) 266.47º 0.98% 0.41% -
XYZ 3.69 1.65 13.22 -
YUV 27.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 47 2 104 0.55 0.98 0 0.59 266.47 0.96 0.21
Hex 2F 2 68 37 62 0 3B 10A 60 15
Octal 57 2 150 67 142 0 73 412 140 25
Binary 101111 10 1101000 110111 1100010 0 111011 100001010 1100000 10101

Color Harmonies of #2F0268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0268

Black with #2F0268

Text Example


Text Example

White with #2F0268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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