Html Css Color HEX #2F1093 Persian Indigo

📋 copy color: '#2F1093'

red 47 ◦ green 16 ◦ blue 147

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

Shades of Persian Indigo #2F1093

Tints of Persian Indigo #2F1093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 147 (57.81% from 255) = 70%

R = 22.38%
G = 7.62%
B = 70%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2F1093 (or 0x2F1093) is known color: Persian Indigo. HEX triplet: 2F, 10 and 93. RGB value is (47,16,147). Sum of RGB (Red+Green+Blue) = 47+16+147=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #2F1093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1093 is #D0EF6C. Grayscale: #272727. Windows color (decimal): -13692781 or 9637935. OLE color: 9637935.

HSL color Cylindrical-coordinate representation of color #2F1093: hue angle of 254.2º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1093 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 16 147 -
CMYK 0.68 0.89 0 0.42
HSL 254.2º 0.8% 0.32% -
HSV(B) 254.2º 0.89% 0.58% -
XYZ 6.62 3.08 27.85 -
YUV 40.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 47 16 147 0.68 0.89 0 0.42 254.2 0.8 0.32
Hex 2F 10 93 44 59 0 2A FE 50 20
Octal 57 20 223 104 131 0 52 376 120 40
Binary 101111 10000 10010011 1000100 1011001 0 101010 11111110 1010000 100000

Color Harmonies of #2F1093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1093

Black with #2F1093

Text Example


Text Example

White with #2F1093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,16,147); }

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

background-color css

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

 a { background-color: rgb(47,16,147); }

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

border-color css

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

 span { border-color: rgb(47,16,147); }

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