Html Css Color HEX #2F0598 Persian Indigo

📋 copy color: '#2F0598'

red 47 ◦ green 5 ◦ blue 152

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

Shades of Persian Indigo #2F0598

Tints of Persian Indigo #2F0598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 23.04%
G = 2.45%
B = 74.51%

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

#2F0598 (or 0x2F0598) is known color: Persian Indigo. HEX triplet: 2F, 05 and 98. RGB value is (47,5,152). Sum of RGB (Red+Green+Blue) = 47+5+152=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F0598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0598 is #D0FA67. Grayscale: #212121. Windows color (decimal): -13695592 or 9962799. OLE color: 9962799.

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

Color convert

RGB 47 5 152 -
CMYK 0.69 0.97 0 0.40
HSL 257.14º 0.94% 0.31% -
HSV(B) 257.14º 0.97% 0.6% -
XYZ 6.89 2.98 29.92 -
YUV 34.32 194.41 137.05 -
System Red Green Blue C M Y K H S L
Decimal 47 5 152 0.69 0.97 0 0.40 257.14 0.94 0.31
Hex 2F 5 98 45 61 0 28 101 5E 1F
Octal 57 5 230 105 141 0 50 401 136 37
Binary 101111 101 10011000 1000101 1100001 0 101000 100000001 1011110 11111

Color Harmonies of #2F0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0598

Black with #2F0598

Text Example


Text Example

White with #2F0598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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