Html Css Color HEX #2F1378 Persian Indigo

📋 copy color: '#2F1378'

red 47 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #2F1378

Tints of Persian Indigo #2F1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

 BLUE value IS 120 (47.27% from 255) = 64.52%

R = 25.27%
G = 10.22%
B = 64.52%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F1378 (or 0x2F1378) is known color: Persian Indigo. HEX triplet: 2F, 13 and 78. RGB value is (47,19,120). Sum of RGB (Red+Green+Blue) = 47+19+120=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1378 is #D0EC87. Grayscale: #262626. Windows color (decimal): -13692040 or 7869231. OLE color: 7869231.

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

Color convert

RGB 47 19 120 -
CMYK 0.61 0.84 0 0.53
HSL 256.63º 0.73% 0.27% -
HSV(B) 256.63º 0.84% 0.47% -
XYZ 4.8 2.43 17.98 -
YUV 38.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 47 19 120 0.61 0.84 0 0.53 256.63 0.73 0.27
Hex 2F 13 78 3D 54 0 35 101 49 1B
Octal 57 23 170 75 124 0 65 401 111 33
Binary 101111 10011 1111000 111101 1010100 0 110101 100000001 1001001 11011

Color Harmonies of #2F1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1378

Black with #2F1378

Text Example


Text Example

White with #2F1378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,19,120); }

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

background-color css

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

 a { background-color: rgb(47,19,120); }

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

border-color css

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

 span { border-color: rgb(47,19,120); }

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