Html Css Color HEX #2B0166 Persian Indigo

📋 copy color: '#2B0166'

red 43 ◦ green 1 ◦ blue 102

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

Shades of Persian Indigo #2B0166

Tints of Persian Indigo #2B0166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 102 (40.23% from 255) = 69.86%

R = 29.45%
G = 0.68%
B = 69.86%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B0166 (or 0x2B0166) is known color: Persian Indigo. HEX triplet: 2B, 01 and 66. RGB value is (43,1,102). Sum of RGB (Red+Green+Blue) = 43+1+102=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0166 is #D4FE99. Grayscale: #181818. Windows color (decimal): -13958810 or 6684971. OLE color: 6684971.

HSL color Cylindrical-coordinate representation of color #2B0166: hue angle of 264.95º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0166 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 1 102 -
CMYK 0.58 0.99 0 0.6
HSL 264.95º 0.98% 0.2% -
HSV(B) 264.95º 0.99% 0.4% -
XYZ 3.41 1.49 12.68 -
YUV 25.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 43 1 102 0.58 0.99 0 0.6 264.95 0.98 0.2
Hex 2B 1 66 3A 63 0 3C 109 62 14
Octal 53 1 146 72 143 0 74 411 142 24
Binary 101011 1 1100110 111010 1100011 0 111100 100001001 1100010 10100

Color Harmonies of #2B0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0166

Black with #2B0166

Text Example


Text Example

White with #2B0166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,1,102); }

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

background-color css

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

 a { background-color: rgb(43,1,102); }

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

border-color css

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

 span { border-color: rgb(43,1,102); }

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