Html Css Color HEX #2F0498 Persian Indigo

📋 copy color: '#2F0498'

red 47 ◦ green 4 ◦ blue 152

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

Shades of Persian Indigo #2F0498

Tints of Persian Indigo #2F0498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 74.88%

R = 23.15%
G = 1.97%
B = 74.88%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F0498 (or 0x2F0498) is known color: Persian Indigo. HEX triplet: 2F, 04 and 98. RGB value is (47,4,152). Sum of RGB (Red+Green+Blue) = 47+4+152=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F0498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0498 is #D0FB67. Grayscale: #212121. Windows color (decimal): -13695848 or 9962543. OLE color: 9962543.

HSL color Cylindrical-coordinate representation of color #2F0498: hue angle of 257.43º 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 #2F0498 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 4 152 -
CMYK 0.69 0.97 0 0.40
HSL 257.43º 0.95% 0.31% -
HSV(B) 257.43º 0.97% 0.6% -
XYZ 6.88 2.96 29.91 -
YUV 33.73 194.75 137.47 -
System Red Green Blue C M Y K H S L
Decimal 47 4 152 0.69 0.97 0 0.40 257.43 0.95 0.31
Hex 2F 4 98 45 61 0 28 101 5F 1F
Octal 57 4 230 105 141 0 50 401 137 37
Binary 101111 100 10011000 1000101 1100001 0 101000 100000001 1011111 11111

Color Harmonies of #2F0498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0498

Black with #2F0498

Text Example


Text Example

White with #2F0498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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