Html Css Color HEX #2F2380 Persian Indigo

📋 copy color: '#2F2380'

red 47 ◦ green 35 ◦ blue 128

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

Shades of Persian Indigo #2F2380

Tints of Persian Indigo #2F2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 128 (50.39% from 255) = 60.95%

R = 22.38%
G = 16.67%
B = 60.95%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F2380 (or 0x2F2380) is known color: Persian Indigo. HEX triplet: 2F, 23 and 80. RGB value is (47,35,128). Sum of RGB (Red+Green+Blue) = 47+35+128=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #2F2380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2380 is #D0DC7F. Grayscale: #303030. Windows color (decimal): -13687936 or 8397615. OLE color: 8397615.

HSL color Cylindrical-coordinate representation of color #2F2380: hue angle of 247.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2380 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 35 128 -
CMYK 0.63 0.73 0 0.50
HSL 247.74º 0.57% 0.32% -
HSV(B) 247.74º 0.73% 0.5% -
XYZ 5.67 3.36 20.77 -
YUV 49.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 47 35 128 0.63 0.73 0 0.50 247.74 0.57 0.32
Hex 2F 23 80 3F 49 0 32 F8 39 20
Octal 57 43 200 77 111 0 62 370 71 40
Binary 101111 100011 10000000 111111 1001001 0 110010 11111000 111001 100000

Color Harmonies of #2F2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2380

Black with #2F2380

Text Example


Text Example

White with #2F2380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,35,128); }

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

background-color css

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

 a { background-color: rgb(47,35,128); }

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

border-color css

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

 span { border-color: rgb(47,35,128); }

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