Html Css Color HEX #2F0B8B Persian Indigo

📋 copy color: '#2F0B8B'

red 47 ◦ green 11 ◦ blue 139

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

Shades of Persian Indigo #2F0B8B

Tints of Persian Indigo #2F0B8B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.58%

 BLUE value IS 139 (54.69% from 255) = 70.56%

R = 23.86%
G = 5.58%
B = 70.56%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F0B8B (or 0x2F0B8B) is known color: Persian Indigo. HEX triplet: 2F, 0B and 8B. RGB value is (47,11,139). Sum of RGB (Red+Green+Blue) = 47+11+139=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F0B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0B8B is #D0F474. Grayscale: #232323. Windows color (decimal): -13694069 or 9112367. OLE color: 9112367.

HSL color Cylindrical-coordinate representation of color #2F0B8B: hue angle of 256.88º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0B8B is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 11 139 -
CMYK 0.66 0.92 0 0.45
HSL 256.88º 0.85% 0.29% -
HSV(B) 256.88º 0.92% 0.55% -
XYZ 5.95 2.71 24.64 -
YUV 36.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 47 11 139 0.66 0.92 0 0.45 256.88 0.85 0.29
Hex 2F B 8B 42 5C 0 2D 101 55 1D
Octal 57 13 213 102 134 0 55 401 125 35
Binary 101111 1011 10001011 1000010 1011100 0 101101 100000001 1010101 11101

Color Harmonies of #2F0B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0B8B

Black with #2F0B8B

Text Example


Text Example

White with #2F0B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,11,139); }

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

background-color css

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

 a { background-color: rgb(47,11,139); }

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

border-color css

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

 span { border-color: rgb(47,11,139); }

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