Html Css Color HEX #21067B Persian Indigo

📋 copy color: '#21067B'

red 33 ◦ green 6 ◦ blue 123

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

Shades of Persian Indigo #21067B

Tints of Persian Indigo #21067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

 BLUE value IS 123 (48.44% from 255) = 75.93%

R = 20.37%
G = 3.7%
B = 75.93%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21067B (or 0x21067B) is known color: Persian Indigo. HEX triplet: 21, 06 and 7B. RGB value is (33,6,123). Sum of RGB (Red+Green+Blue) = 33+6+123=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #21067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21067B is #DEF984. Grayscale: #1A1A1A. Windows color (decimal): -14612869 or 8062497. OLE color: 8062497.

HSL color Cylindrical-coordinate representation of color #21067B: hue angle of 253.85º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21067B is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 6 123 -
CMYK 0.73 0.95 0 0.52
HSL 253.85º 0.91% 0.25% -
HSV(B) 253.85º 0.95% 0.48% -
XYZ 4.27 1.88 18.88 -
YUV 27.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 33 6 123 0.73 0.95 0 0.52 253.85 0.91 0.25
Hex 21 6 7B 49 5F 0 34 FE 5B 19
Octal 41 6 173 111 137 0 64 376 133 31
Binary 100001 110 1111011 1001001 1011111 0 110100 11111110 1011011 11001

Color Harmonies of #21067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21067B

Black with #21067B

Text Example


Text Example

White with #21067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,6,123); }

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

background-color css

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

 a { background-color: rgb(33,6,123); }

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

border-color css

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

 span { border-color: rgb(33,6,123); }

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