Html Css Color HEX #2F177F Persian Indigo

📋 copy color: '#2F177F'

red 47 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #2F177F

Tints of Persian Indigo #2F177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.68%

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

R = 23.86%
G = 11.68%
B = 64.47%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2F177F (or 0x2F177F) is known color: Persian Indigo. HEX triplet: 2F, 17 and 7F. RGB value is (47,23,127). Sum of RGB (Red+Green+Blue) = 47+23+127=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F177F is #D0E880. Grayscale: #292929. Windows color (decimal): -13691009 or 8329007. OLE color: 8329007.

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

Color convert

RGB 47 23 127 -
CMYK 0.63 0.82 0 0.50
HSL 253.85º 0.69% 0.29% -
HSV(B) 253.85º 0.82% 0.5% -
XYZ 5.31 2.75 20.33 -
YUV 42.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 47 23 127 0.63 0.82 0 0.50 253.85 0.69 0.29
Hex 2F 17 7F 3F 52 0 32 FE 45 1D
Octal 57 27 177 77 122 0 62 376 105 35
Binary 101111 10111 1111111 111111 1010010 0 110010 11111110 1000101 11101

Color Harmonies of #2F177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F177F

Black with #2F177F

Text Example


Text Example

White with #2F177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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