Html Css Color HEX #2F009B Persian Indigo

📋 copy color: '#2F009B'

red 47 ◦ green 0 ◦ blue 155

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

Shades of Persian Indigo #2F009B

Tints of Persian Indigo #2F009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.27%
G = 0%
B = 76.73%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F009B (or 0x2F009B) is known color: Persian Indigo. HEX triplet: 2F, 00 and 9B. RGB value is (47,0,155). Sum of RGB (Red+Green+Blue) = 47+0+155=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F009B is #D0FF64. Grayscale: #1F1F1F. Windows color (decimal): -13696869 or 10158127. OLE color: 10158127.

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

Color convert

RGB 47 0 155 -
CMYK 0.70 1 0 0.39
HSL 258.19º 1% 0.3% -
HSV(B) 258.19º 1% 0.61% -
XYZ 7.09 2.97 31.21 -
YUV 31.72 197.57 138.9 -
System Red Green Blue C M Y K H S L
Decimal 47 0 155 0.70 1 0 0.39 258.19 1 0.3
Hex 2F 0 9B 46 64 0 27 102 64 1E
Octal 57 0 233 106 144 0 47 402 144 36
Binary 101111 0 10011011 1000110 1100100 0 100111 100000010 1100100 11110

Color Harmonies of #2F009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F009B

Black with #2F009B

Text Example


Text Example

White with #2F009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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