Html Css Color HEX #2F019B Persian Indigo

📋 copy color: '#2F019B'

red 47 ◦ green 1 ◦ blue 155

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

Shades of Persian Indigo #2F019B

Tints of Persian Indigo #2F019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 23.15%
G = 0.49%
B = 76.35%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F019B (or 0x2F019B) is known color: Persian Indigo. HEX triplet: 2F, 01 and 9B. RGB value is (47,1,155). Sum of RGB (Red+Green+Blue) = 47+1+155=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F019B is #D0FE64. Grayscale: #1F1F1F. Windows color (decimal): -13696613 or 10158383. OLE color: 10158383.

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

Color convert

RGB 47 1 155 -
CMYK 0.70 0.99 0 0.39
HSL 257.92º 0.99% 0.31% -
HSV(B) 257.92º 0.99% 0.61% -
XYZ 7.1 2.99 31.21 -
YUV 32.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 47 1 155 0.70 0.99 0 0.39 257.92 0.99 0.31
Hex 2F 1 9B 46 63 0 27 102 63 1F
Octal 57 1 233 106 143 0 47 402 143 37
Binary 101111 1 10011011 1000110 1100011 0 100111 100000010 1100011 11111

Color Harmonies of #2F019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F019B

Black with #2F019B

Text Example


Text Example

White with #2F019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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