Html Css Color HEX #2F1A70 Persian Indigo

📋 copy color: '#2F1A70'

red 47 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #2F1A70

Tints of Persian Indigo #2F1A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.05%

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 25.41%
G = 14.05%
B = 60.54%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F1A70 (or 0x2F1A70) is known color: Persian Indigo. HEX triplet: 2F, 1A and 70. RGB value is (47,26,112). Sum of RGB (Red+Green+Blue) = 47+26+112=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #2F1A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1A70 is #D0E58F. Grayscale: #292929. Windows color (decimal): -13690256 or 7346735. OLE color: 7346735.

HSL color Cylindrical-coordinate representation of color #2F1A70: hue angle of 254.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F1A70 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 26 112 -
CMYK 0.58 0.77 0 0.56
HSL 254.65º 0.62% 0.27% -
HSV(B) 254.65º 0.77% 0.44% -
XYZ 4.47 2.51 15.58 -
YUV 42.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 47 26 112 0.58 0.77 0 0.56 254.65 0.62 0.27
Hex 2F 1A 70 3A 4D 0 38 FF 3E 1B
Octal 57 32 160 72 115 0 70 377 76 33
Binary 101111 11010 1110000 111010 1001101 0 111000 11111111 111110 11011

Color Harmonies of #2F1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1A70

Black with #2F1A70

Text Example


Text Example

White with #2F1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,26,112); }

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

background-color css

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

 a { background-color: rgb(47,26,112); }

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

border-color css

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

 span { border-color: rgb(47,26,112); }

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