Html Css Color HEX #2F167F Persian Indigo

📋 copy color: '#2F167F'

red 47 ◦ green 22 ◦ blue 127

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

Shades of Persian Indigo #2F167F

Tints of Persian Indigo #2F167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

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

R = 23.98%
G = 11.22%
B = 64.8%

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

#2F167F (or 0x2F167F) is known color: Persian Indigo. HEX triplet: 2F, 16 and 7F. RGB value is (47,22,127). Sum of RGB (Red+Green+Blue) = 47+22+127=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F167F is #D0E980. Grayscale: #292929. Windows color (decimal): -13691265 or 8328751. OLE color: 8328751.

HSL color Cylindrical-coordinate representation of color #2F167F: hue angle of 254.29º degrees, saturation: 0.7, 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 #2F167F is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 22 127 -
CMYK 0.63 0.83 0 0.50
HSL 254.29º 0.7% 0.29% -
HSV(B) 254.29º 0.83% 0.5% -
XYZ 5.29 2.71 20.32 -
YUV 41.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 47 22 127 0.63 0.83 0 0.50 254.29 0.7 0.29
Hex 2F 16 7F 3F 53 0 32 FE 46 1D
Octal 57 26 177 77 123 0 62 376 106 35
Binary 101111 10110 1111111 111111 1010011 0 110010 11111110 1000110 11101

Color Harmonies of #2F167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F167F

Black with #2F167F

Text Example


Text Example

White with #2F167F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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