Html Css Color HEX #2F0488 Persian Indigo

📋 copy color: '#2F0488'

red 47 ◦ green 4 ◦ blue 136

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

Shades of Persian Indigo #2F0488

Tints of Persian Indigo #2F0488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.73%

R = 25.13%
G = 2.14%
B = 72.73%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F0488 (or 0x2F0488) is known color: Persian Indigo. HEX triplet: 2F, 04 and 88. RGB value is (47,4,136). Sum of RGB (Red+Green+Blue) = 47+4+136=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F0488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0488 is #D0FB77. Grayscale: #1F1F1F. Windows color (decimal): -13695864 or 8913967. OLE color: 8913967.

HSL color Cylindrical-coordinate representation of color #2F0488: hue angle of 259.55º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0488 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 4 136 -
CMYK 0.65 0.97 0 0.47
HSL 259.55º 0.94% 0.27% -
HSV(B) 259.55º 0.97% 0.53% -
XYZ 5.66 2.47 23.47 -
YUV 31.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 47 4 136 0.65 0.97 0 0.47 259.55 0.94 0.27
Hex 2F 4 88 41 61 0 2F 104 5E 1B
Octal 57 4 210 101 141 0 57 404 136 33
Binary 101111 100 10001000 1000001 1100001 0 101111 100000100 1011110 11011

Color Harmonies of #2F0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0488

Black with #2F0488

Text Example


Text Example

White with #2F0488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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