Html Css Color HEX #2F089B Persian Indigo

📋 copy color: '#2F089B'

red 47 ◦ green 8 ◦ blue 155

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

Shades of Persian Indigo #2F089B

Tints of Persian Indigo #2F089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

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

R = 22.38%
G = 3.81%
B = 73.81%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F089B (or 0x2F089B) is known color: Persian Indigo. HEX triplet: 2F, 08 and 9B. RGB value is (47,8,155). Sum of RGB (Red+Green+Blue) = 47+8+155=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F089B is #D0F764. Grayscale: #232323. Windows color (decimal): -13694821 or 10160175. OLE color: 10160175.

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

Color convert

RGB 47 8 155 -
CMYK 0.70 0.95 0 0.39
HSL 255.92º 0.9% 0.32% -
HSV(B) 255.92º 0.95% 0.61% -
XYZ 7.18 3.14 31.24 -
YUV 36.42 194.92 135.55 -
System Red Green Blue C M Y K H S L
Decimal 47 8 155 0.70 0.95 0 0.39 255.92 0.9 0.32
Hex 2F 8 9B 46 5F 0 27 100 5A 20
Octal 57 10 233 106 137 0 47 400 132 40
Binary 101111 1000 10011011 1000110 1011111 0 100111 100000000 1011010 100000

Color Harmonies of #2F089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F089B

Black with #2F089B

Text Example


Text Example

White with #2F089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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