Html Css Color HEX #2F2377 Persian Indigo

📋 copy color: '#2F2377'

red 47 ◦ green 35 ◦ blue 119

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

Shades of Persian Indigo #2F2377

Tints of Persian Indigo #2F2377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 23.38%
G = 17.41%
B = 59.2%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F2377 (or 0x2F2377) is known color: Persian Indigo. HEX triplet: 2F, 23 and 77. RGB value is (47,35,119). Sum of RGB (Red+Green+Blue) = 47+35+119=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F2377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2377 is #D0DC88. Grayscale: #2F2F2F. Windows color (decimal): -13687945 or 7807791. OLE color: 7807791.

HSL color Cylindrical-coordinate representation of color #2F2377: hue angle of 248.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F2377 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 35 119 -
CMYK 0.61 0.71 0 0.53
HSL 248.57º 0.55% 0.3% -
HSV(B) 248.57º 0.71% 0.47% -
XYZ 5.1 3.14 17.79 -
YUV 48.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 47 35 119 0.61 0.71 0 0.53 248.57 0.55 0.3
Hex 2F 23 77 3D 47 0 35 F9 37 1E
Octal 57 43 167 75 107 0 65 371 67 36
Binary 101111 100011 1110111 111101 1000111 0 110101 11111001 110111 11110

Color Harmonies of #2F2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2377

Black with #2F2377

Text Example


Text Example

White with #2F2377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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