Html Css Color HEX #2F1875 Persian Indigo

📋 copy color: '#2F1875'

red 47 ◦ green 24 ◦ blue 117

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

Shades of Persian Indigo #2F1875

Tints of Persian Indigo #2F1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

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

R = 25%
G = 12.77%
B = 62.23%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F1875 (or 0x2F1875) is known color: Persian Indigo. HEX triplet: 2F, 18 and 75. RGB value is (47,24,117). Sum of RGB (Red+Green+Blue) = 47+24+117=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F1875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1875 is #D0E78A. Grayscale: #292929. Windows color (decimal): -13690763 or 7673903. OLE color: 7673903.

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

Color convert

RGB 47 24 117 -
CMYK 0.60 0.79 0 0.54
HSL 254.84º 0.66% 0.28% -
HSV(B) 254.84º 0.79% 0.46% -
XYZ 4.71 2.54 17.07 -
YUV 41.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 47 24 117 0.60 0.79 0 0.54 254.84 0.66 0.28
Hex 2F 18 75 3C 4F 0 36 FF 42 1C
Octal 57 30 165 74 117 0 66 377 102 34
Binary 101111 11000 1110101 111100 1001111 0 110110 11111111 1000010 11100

Color Harmonies of #2F1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1875

Black with #2F1875

Text Example


Text Example

White with #2F1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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