Html Css Color HEX #2F159B Persian Indigo

📋 copy color: '#2F159B'

red 47 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #2F159B

Tints of Persian Indigo #2F159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 155 (60.94% from 255) = 69.51%

R = 21.08%
G = 9.42%
B = 69.51%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F159B (or 0x2F159B) is known color: Persian Indigo. HEX triplet: 2F, 15 and 9B. RGB value is (47,21,155). Sum of RGB (Red+Green+Blue) = 47+21+155=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F159B is #D0EA64. Grayscale: #2B2B2B. Windows color (decimal): -13691493 or 10163503. OLE color: 10163503.

HSL color Cylindrical-coordinate representation of color #2F159B: hue angle of 251.64º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F159B is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 21 155 -
CMYK 0.70 0.86 0 0.39
HSL 251.64º 0.76% 0.35% -
HSV(B) 251.64º 0.86% 0.61% -
XYZ 7.36 3.51 31.3 -
YUV 44.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 47 21 155 0.70 0.86 0 0.39 251.64 0.76 0.35
Hex 2F 15 9B 46 56 0 27 FC 4C 23
Octal 57 25 233 106 126 0 47 374 114 43
Binary 101111 10101 10011011 1000110 1010110 0 100111 11111100 1001100 100011

Color Harmonies of #2F159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F159B

Black with #2F159B

Text Example


Text Example

White with #2F159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,155); }

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

background-color css

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

 a { background-color: rgb(47,21,155); }

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

border-color css

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

 span { border-color: rgb(47,21,155); }

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