Html Css Color HEX #2F0782 Persian Indigo

📋 copy color: '#2F0782'

red 47 ◦ green 7 ◦ blue 130

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

Shades of Persian Indigo #2F0782

Tints of Persian Indigo #2F0782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

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

R = 25.54%
G = 3.8%
B = 70.65%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F0782 (or 0x2F0782) is known color: Persian Indigo. HEX triplet: 2F, 07 and 82. RGB value is (47,7,130). Sum of RGB (Red+Green+Blue) = 47+7+130=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F0782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0782 is #D0F87D. Grayscale: #202020. Windows color (decimal): -13695102 or 8521519. OLE color: 8521519.

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

Color convert

RGB 47 7 130 -
CMYK 0.64 0.95 0 0.49
HSL 259.51º 0.9% 0.27% -
HSV(B) 259.51º 0.95% 0.51% -
XYZ 5.28 2.37 21.3 -
YUV 32.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 47 7 130 0.64 0.95 0 0.49 259.51 0.9 0.27
Hex 2F 7 82 40 5F 0 31 104 5A 1B
Octal 57 7 202 100 137 0 61 404 132 33
Binary 101111 111 10000010 1000000 1011111 0 110001 100000100 1011010 11011

Color Harmonies of #2F0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0782

Black with #2F0782

Text Example


Text Example

White with #2F0782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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