Html Css Color HEX #2F0499 Persian Indigo

📋 copy color: '#2F0499'

red 47 ◦ green 4 ◦ blue 153

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

Shades of Persian Indigo #2F0499

Tints of Persian Indigo #2F0499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75%

R = 23.04%
G = 1.96%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F0499 (or 0x2F0499) is known color: Persian Indigo. HEX triplet: 2F, 04 and 99. RGB value is (47,4,153). Sum of RGB (Red+Green+Blue) = 47+4+153=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F0499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0499 is #D0FB66. Grayscale: #212121. Windows color (decimal): -13695847 or 10028079. OLE color: 10028079.

HSL color Cylindrical-coordinate representation of color #2F0499: hue angle of 257.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0499 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 4 153 -
CMYK 0.69 0.97 0 0.4
HSL 257.32º 0.95% 0.31% -
HSV(B) 257.32º 0.97% 0.6% -
XYZ 6.97 2.99 30.35 -
YUV 33.84 195.25 137.38 -
System Red Green Blue C M Y K H S L
Decimal 47 4 153 0.69 0.97 0 0.4 257.32 0.95 0.31
Hex 2F 4 99 45 61 0 28 101 5F 1F
Octal 57 4 231 105 141 0 50 401 137 37
Binary 101111 100 10011001 1000101 1100001 0 101000 100000001 1011111 11111

Color Harmonies of #2F0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0499

Black with #2F0499

Text Example


Text Example

White with #2F0499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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