Html Css Color HEX #2F1375 Persian Indigo

📋 copy color: '#2F1375'

red 47 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #2F1375

Tints of Persian Indigo #2F1375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.93%

R = 25.68%
G = 10.38%
B = 63.93%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F1375 (or 0x2F1375) is known color: Persian Indigo. HEX triplet: 2F, 13 and 75. RGB value is (47,19,117). Sum of RGB (Red+Green+Blue) = 47+19+117=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1375 is #D0EC8A. Grayscale: #262626. Windows color (decimal): -13692043 or 7672623. OLE color: 7672623.

HSL color Cylindrical-coordinate representation of color #2F1375: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1375 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 19 117 -
CMYK 0.60 0.84 0 0.54
HSL 257.14º 0.72% 0.27% -
HSV(B) 257.14º 0.84% 0.46% -
XYZ 4.62 2.35 17.04 -
YUV 38.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 47 19 117 0.60 0.84 0 0.54 257.14 0.72 0.27
Hex 2F 13 75 3C 54 0 36 101 48 1B
Octal 57 23 165 74 124 0 66 401 110 33
Binary 101111 10011 1110101 111100 1010100 0 110110 100000001 1001000 11011

Color Harmonies of #2F1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1375

Black with #2F1375

Text Example


Text Example

White with #2F1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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