Html Css Color HEX #2F0468 Persian Indigo

📋 copy color: '#2F0468'

red 47 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #2F0468

Tints of Persian Indigo #2F0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

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

R = 30.32%
G = 2.58%
B = 67.1%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2F0468 (or 0x2F0468) is known color: Persian Indigo. HEX triplet: 2F, 04 and 68. RGB value is (47,4,104). Sum of RGB (Red+Green+Blue) = 47+4+104=155 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.32% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0468 is #D0FB97. Grayscale: #1B1B1B. Windows color (decimal): -13695896 or 6816815. OLE color: 6816815.

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

Color convert

RGB 47 4 104 -
CMYK 0.55 0.96 0 0.59
HSL 265.8º 0.93% 0.21% -
HSV(B) 265.8º 0.96% 0.41% -
XYZ 3.71 1.69 13.23 -
YUV 28.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 47 4 104 0.55 0.96 0 0.59 265.8 0.93 0.21
Hex 2F 4 68 37 60 0 3B 10A 5D 15
Octal 57 4 150 67 140 0 73 412 135 25
Binary 101111 100 1101000 110111 1100000 0 111011 100001010 1011101 10101

Color Harmonies of #2F0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0468

Black with #2F0468

Text Example


Text Example

White with #2F0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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