Html Css Color HEX #210B7B Persian Indigo

📋 copy color: '#210B7B'

red 33 ◦ green 11 ◦ blue 123

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

Shades of Persian Indigo #210B7B

Tints of Persian Indigo #210B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.59%

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

R = 19.76%
G = 6.59%
B = 73.65%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#210B7B (or 0x210B7B) is known color: Persian Indigo. HEX triplet: 21, 0B and 7B. RGB value is (33,11,123). Sum of RGB (Red+Green+Blue) = 33+11+123=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #210B7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B7B is #DEF484. Grayscale: #1D1D1D. Windows color (decimal): -14611589 or 8063777. OLE color: 8063777.

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

Color convert

RGB 33 11 123 -
CMYK 0.73 0.91 0 0.52
HSL 251.79º 0.84% 0.26% -
HSV(B) 251.79º 0.91% 0.48% -
XYZ 4.32 1.99 18.9 -
YUV 30.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 33 11 123 0.73 0.91 0 0.52 251.79 0.84 0.26
Hex 21 B 7B 49 5B 0 34 FC 54 1A
Octal 41 13 173 111 133 0 64 374 124 32
Binary 100001 1011 1111011 1001001 1011011 0 110100 11111100 1010100 11010

Color Harmonies of #210B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B7B

Black with #210B7B

Text Example


Text Example

White with #210B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210B7B; }

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

 H1.HeaderClassName
 {
   color: #210B7B;
 }
 .AnyTagClassName
 {
   color: #210B7B;
 }
</style>

background-color css

<style>
 a { background-color: #210B7B; }

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

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

border-color css

<style>
 span { border-color: #210B7B; }

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

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