Html Css Color HEX #2F1882 Persian Indigo

📋 copy color: '#2F1882'

red 47 ◦ green 24 ◦ blue 130

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

Shades of Persian Indigo #2F1882

Tints of Persian Indigo #2F1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 23.38%
G = 11.94%
B = 64.68%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2F1882 (or 0x2F1882) is known color: Persian Indigo. HEX triplet: 2F, 18 and 82. RGB value is (47,24,130). Sum of RGB (Red+Green+Blue) = 47+24+130=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1882 is #D0E77D. Grayscale: #2A2A2A. Windows color (decimal): -13690750 or 8525871. OLE color: 8525871.

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

Color convert

RGB 47 24 130 -
CMYK 0.64 0.82 0 0.49
HSL 253.02º 0.69% 0.3% -
HSV(B) 253.02º 0.82% 0.51% -
XYZ 5.53 2.87 21.38 -
YUV 42.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 47 24 130 0.64 0.82 0 0.49 253.02 0.69 0.3
Hex 2F 18 82 40 52 0 31 FD 45 1E
Octal 57 30 202 100 122 0 61 375 105 36
Binary 101111 11000 10000010 1000000 1010010 0 110001 11111101 1000101 11110

Color Harmonies of #2F1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1882

Black with #2F1882

Text Example


Text Example

White with #2F1882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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