Html Css Color HEX #2F177D Persian Indigo

📋 copy color: '#2F177D'

red 47 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #2F177D

Tints of Persian Indigo #2F177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 24.1%
G = 11.79%
B = 64.1%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2F177D (or 0x2F177D) is known color: Persian Indigo. HEX triplet: 2F, 17 and 7D. RGB value is (47,23,125). Sum of RGB (Red+Green+Blue) = 47+23+125=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F177D is #D0E882. Grayscale: #292929. Windows color (decimal): -13691011 or 8197935. OLE color: 8197935.

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

Color convert

RGB 47 23 125 -
CMYK 0.62 0.82 0 0.51
HSL 254.12º 0.69% 0.29% -
HSV(B) 254.12º 0.82% 0.49% -
XYZ 5.18 2.7 19.65 -
YUV 41.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 47 23 125 0.62 0.82 0 0.51 254.12 0.69 0.29
Hex 2F 17 7D 3E 52 0 33 FE 45 1D
Octal 57 27 175 76 122 0 63 376 105 35
Binary 101111 10111 1111101 111110 1010010 0 110011 11111110 1000101 11101

Color Harmonies of #2F177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F177D

Black with #2F177D

Text Example


Text Example

White with #2F177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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