Html Css Color HEX #2F1098 Persian Indigo

📋 copy color: '#2F1098'

red 47 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #2F1098

Tints of Persian Indigo #2F1098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 70.7%

R = 21.86%
G = 7.44%
B = 70.7%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F1098 (or 0x2F1098) is known color: Persian Indigo. HEX triplet: 2F, 10 and 98. RGB value is (47,16,152). Sum of RGB (Red+Green+Blue) = 47+16+152=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F1098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1098 is #D0EF67. Grayscale: #282828. Windows color (decimal): -13692776 or 9965615. OLE color: 9965615.

HSL color Cylindrical-coordinate representation of color #2F1098: hue angle of 253.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1098 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 16 152 -
CMYK 0.69 0.89 0 0.40
HSL 253.68º 0.81% 0.33% -
HSV(B) 253.68º 0.89% 0.6% -
XYZ 7.03 3.24 29.96 -
YUV 40.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 47 16 152 0.69 0.89 0 0.40 253.68 0.81 0.33
Hex 2F 10 98 45 59 0 28 FE 51 21
Octal 57 20 230 105 131 0 50 376 121 41
Binary 101111 10000 10011000 1000101 1011001 0 101000 11111110 1010001 100001

Color Harmonies of #2F1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1098

Black with #2F1098

Text Example


Text Example

White with #2F1098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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