Html Css Color HEX #2F029B Persian Indigo

📋 copy color: '#2F029B'

red 47 ◦ green 2 ◦ blue 155

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

Shades of Persian Indigo #2F029B

Tints of Persian Indigo #2F029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 23.04%
G = 0.98%
B = 75.98%

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

#2F029B (or 0x2F029B) is known color: Persian Indigo. HEX triplet: 2F, 02 and 9B. RGB value is (47,2,155). Sum of RGB (Red+Green+Blue) = 47+2+155=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F029B is #D0FD64. Grayscale: #202020. Windows color (decimal): -13696357 or 10158639. OLE color: 10158639.

HSL color Cylindrical-coordinate representation of color #2F029B: hue angle of 257.65º degrees, saturation: 0.97, 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 #2F029B is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 2 155 -
CMYK 0.70 0.99 0 0.39
HSL 257.65º 0.97% 0.31% -
HSV(B) 257.65º 0.99% 0.61% -
XYZ 7.11 3.01 31.22 -
YUV 32.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 47 2 155 0.70 0.99 0 0.39 257.65 0.97 0.31
Hex 2F 2 9B 46 63 0 27 102 61 1F
Octal 57 2 233 106 143 0 47 402 141 37
Binary 101111 10 10011011 1000110 1100011 0 100111 100000010 1100001 11111

Color Harmonies of #2F029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F029B

Black with #2F029B

Text Example


Text Example

White with #2F029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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