Html Css Color HEX #2F0882 Persian Indigo

📋 copy color: '#2F0882'

red 47 ◦ green 8 ◦ blue 130

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

Shades of Persian Indigo #2F0882

Tints of Persian Indigo #2F0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

 BLUE value IS 130 (51.17% from 255) = 70.27%

R = 25.41%
G = 4.32%
B = 70.27%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F0882 (or 0x2F0882) is known color: Persian Indigo. HEX triplet: 2F, 08 and 82. RGB value is (47,8,130). Sum of RGB (Red+Green+Blue) = 47+8+130=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F0882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0882 is #D0F77D. Grayscale: #212121. Windows color (decimal): -13694846 or 8521775. OLE color: 8521775.

HSL color Cylindrical-coordinate representation of color #2F0882: hue angle of 259.18º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0882 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 8 130 -
CMYK 0.64 0.94 0 0.49
HSL 259.18º 0.88% 0.27% -
HSV(B) 259.18º 0.94% 0.51% -
XYZ 5.29 2.39 21.3 -
YUV 33.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 47 8 130 0.64 0.94 0 0.49 259.18 0.88 0.27
Hex 2F 8 82 40 5E 0 31 103 58 1B
Octal 57 10 202 100 136 0 61 403 130 33
Binary 101111 1000 10000010 1000000 1011110 0 110001 100000011 1011000 11011

Color Harmonies of #2F0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0882

Black with #2F0882

Text Example


Text Example

White with #2F0882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,8,130); }

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

background-color css

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

 a { background-color: rgb(47,8,130); }

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

border-color css

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

 span { border-color: rgb(47,8,130); }

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