Html Css Color HEX #2F2282 Persian Indigo

📋 copy color: '#2F2282'

red 47 ◦ green 34 ◦ blue 130

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

Shades of Persian Indigo #2F2282

Tints of Persian Indigo #2F2282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 22.27%
G = 16.11%
B = 61.61%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F2282 (or 0x2F2282) is known color: Persian Indigo. HEX triplet: 2F, 22 and 82. RGB value is (47,34,130). Sum of RGB (Red+Green+Blue) = 47+34+130=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F2282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2282 is #D0DD7D. Grayscale: #303030. Windows color (decimal): -13688190 or 8528431. OLE color: 8528431.

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

Color convert

RGB 47 34 130 -
CMYK 0.64 0.74 0 0.49
HSL 248.13º 0.59% 0.32% -
HSV(B) 248.13º 0.74% 0.51% -
XYZ 5.77 3.36 21.46 -
YUV 48.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 47 34 130 0.64 0.74 0 0.49 248.13 0.59 0.32
Hex 2F 22 82 40 4A 0 31 F8 3B 20
Octal 57 42 202 100 112 0 61 370 73 40
Binary 101111 100010 10000010 1000000 1001010 0 110001 11111000 111011 100000

Color Harmonies of #2F2282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2282

Black with #2F2282

Text Example


Text Example

White with #2F2282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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