Html Css Color HEX #2B0460 Persian Indigo

📋 copy color: '#2B0460'

red 43 ◦ green 4 ◦ blue 96

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

Shades of Persian Indigo #2B0460

Tints of Persian Indigo #2B0460

RGB

 RED value IS 43 (17.19% from 255) = 30.07%

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 96 (37.89% from 255) = 67.13%

R = 30.07%
G = 2.8%
B = 67.13%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B0460 (or 0x2B0460) is known color: Persian Indigo. HEX triplet: 2B, 04 and 60. RGB value is (43,4,96). Sum of RGB (Red+Green+Blue) = 43+4+96=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B0460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0460 is #D4FB9F. Grayscale: #191919. Windows color (decimal): -13958048 or 6292523. OLE color: 6292523.

HSL color Cylindrical-coordinate representation of color #2B0460: hue angle of 265.43º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0460 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 4 96 -
CMYK 0.55 0.96 0 0.62
HSL 265.43º 0.92% 0.2% -
HSV(B) 265.43º 0.96% 0.38% -
XYZ 3.15 1.44 11.18 -
YUV 26.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 43 4 96 0.55 0.96 0 0.62 265.43 0.92 0.2
Hex 2B 4 60 37 60 0 3E 109 5C 14
Octal 53 4 140 67 140 0 76 411 134 24
Binary 101011 100 1100000 110111 1100000 0 111110 100001001 1011100 10100

Color Harmonies of #2B0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0460

Black with #2B0460

Text Example


Text Example

White with #2B0460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,4,96); }

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

background-color css

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

 a { background-color: rgb(43,4,96); }

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

border-color css

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

 span { border-color: rgb(43,4,96); }

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