Html Css Color HEX #2B0769 Persian Indigo

📋 copy color: '#2B0769'

red 43 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #2B0769

Tints of Persian Indigo #2B0769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

 BLUE value IS 105 (41.41% from 255) = 67.74%

R = 27.74%
G = 4.52%
B = 67.74%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B0769 (or 0x2B0769) is known color: Persian Indigo. HEX triplet: 2B, 07 and 69. RGB value is (43,7,105). Sum of RGB (Red+Green+Blue) = 43+7+105=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B0769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0769 is #D4F896. Grayscale: #1C1C1C. Windows color (decimal): -13957271 or 6883115. OLE color: 6883115.

HSL color Cylindrical-coordinate representation of color #2B0769: hue angle of 262.04º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0769 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 7 105 -
CMYK 0.59 0.93 0 0.59
HSL 262.04º 0.88% 0.22% -
HSV(B) 262.04º 0.93% 0.41% -
XYZ 3.62 1.69 13.5 -
YUV 28.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 43 7 105 0.59 0.93 0 0.59 262.04 0.88 0.22
Hex 2B 7 69 3B 5D 0 3B 106 58 16
Octal 53 7 151 73 135 0 73 406 130 26
Binary 101011 111 1101001 111011 1011101 0 111011 100000110 1011000 10110

Color Harmonies of #2B0769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0769

Black with #2B0769

Text Example


Text Example

White with #2B0769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,7,105); }

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

background-color css

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

 a { background-color: rgb(43,7,105); }

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

border-color css

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

 span { border-color: rgb(43,7,105); }

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