Html Css Color HEX #2B046C Persian Indigo

📋 copy color: '#2B046C'

red 43 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #2B046C

Tints of Persian Indigo #2B046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 27.74%
G = 2.58%
B = 69.68%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B046C (or 0x2B046C) is known color: Persian Indigo. HEX triplet: 2B, 04 and 6C. RGB value is (43,4,108). Sum of RGB (Red+Green+Blue) = 43+4+108=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B046C is #D4FB93. Grayscale: #1B1B1B. Windows color (decimal): -13958036 or 7078955. OLE color: 7078955.

HSL color Cylindrical-coordinate representation of color #2B046C: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B046C is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 4 108 -
CMYK 0.60 0.96 0 0.58
HSL 262.5º 0.93% 0.22% -
HSV(B) 262.5º 0.96% 0.42% -
XYZ 3.75 1.68 14.31 -
YUV 27.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 43 4 108 0.60 0.96 0 0.58 262.5 0.93 0.22
Hex 2B 4 6C 3C 60 0 3A 106 5D 16
Octal 53 4 154 74 140 0 72 406 135 26
Binary 101011 100 1101100 111100 1100000 0 111010 100000110 1011101 10110

Color Harmonies of #2B046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B046C

Black with #2B046C

Text Example


Text Example

White with #2B046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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