Html Css Color HEX #21046B Persian Indigo

📋 copy color: '#21046B'

red 33 ◦ green 4 ◦ blue 107

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

Shades of Persian Indigo #21046B

Tints of Persian Indigo #21046B

RGB

 RED value IS 33 (13.28% from 255) = 22.92%

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

 BLUE value IS 107 (42.19% from 255) = 74.31%

R = 22.92%
G = 2.78%
B = 74.31%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21046B (or 0x21046B) is known color: Persian Indigo. HEX triplet: 21, 04 and 6B. RGB value is (33,4,107). Sum of RGB (Red+Green+Blue) = 33+4+107=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #21046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21046B is #DEFB94. Grayscale: #181818. Windows color (decimal): -14613397 or 7013409. OLE color: 7013409.

HSL color Cylindrical-coordinate representation of color #21046B: hue angle of 256.89º 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 #21046B is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 4 107 -
CMYK 0.69 0.96 0 0.58
HSL 256.89º 0.93% 0.22% -
HSV(B) 256.89º 0.96% 0.42% -
XYZ 3.32 1.47 14.02 -
YUV 24.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 33 4 107 0.69 0.96 0 0.58 256.89 0.93 0.22
Hex 21 4 6B 45 60 0 3A 101 5D 16
Octal 41 4 153 105 140 0 72 401 135 26
Binary 100001 100 1101011 1000101 1100000 0 111010 100000001 1011101 10110

Color Harmonies of #21046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21046B

Black with #21046B

Text Example


Text Example

White with #21046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21046B; }

 p { color: rgb(33,4,107); }

 H1.HeaderClassName
 {
   color: #21046B;
 }
 .AnyTagClassName
 {
   color: #21046B;
 }
</style>

background-color css

<style>
 a { background-color: #21046B; }

 a { background-color: rgb(33,4,107); }

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

border-color css

<style>
 span { border-color: #21046B; }

 span { border-color: rgb(33,4,107); }

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