Html Css Color HEX #2F157F Persian Indigo

📋 copy color: '#2F157F'

red 47 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #2F157F

Tints of Persian Indigo #2F157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

 BLUE value IS 127 (50% from 255) = 65.13%

R = 24.1%
G = 10.77%
B = 65.13%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F157F (or 0x2F157F) is known color: Persian Indigo. HEX triplet: 2F, 15 and 7F. RGB value is (47,21,127). Sum of RGB (Red+Green+Blue) = 47+21+127=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F157F is #D0EA80. Grayscale: #282828. Windows color (decimal): -13691521 or 8328495. OLE color: 8328495.

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

Color convert

RGB 47 21 127 -
CMYK 0.63 0.83 0 0.50
HSL 254.72º 0.72% 0.29% -
HSV(B) 254.72º 0.83% 0.5% -
XYZ 5.27 2.67 20.32 -
YUV 40.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 47 21 127 0.63 0.83 0 0.50 254.72 0.72 0.29
Hex 2F 15 7F 3F 53 0 32 FF 48 1D
Octal 57 25 177 77 123 0 62 377 110 35
Binary 101111 10101 1111111 111111 1010011 0 110010 11111111 1001000 11101

Color Harmonies of #2F157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F157F

Black with #2F157F

Text Example


Text Example

White with #2F157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,127); }

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

background-color css

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

 a { background-color: rgb(47,21,127); }

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

border-color css

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

 span { border-color: rgb(47,21,127); }

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