Html Css Color HEX #210B7C Persian Indigo

📋 copy color: '#210B7C'

red 33 ◦ green 11 ◦ blue 124

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

Shades of Persian Indigo #210B7C

Tints of Persian Indigo #210B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 73.81%

R = 19.64%
G = 6.55%
B = 73.81%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#210B7C (or 0x210B7C) is known color: Persian Indigo. HEX triplet: 21, 0B and 7C. RGB value is (33,11,124). Sum of RGB (Red+Green+Blue) = 33+11+124=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #210B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B7C is #DEF483. Grayscale: #1E1E1E. Windows color (decimal): -14611588 or 8129313. OLE color: 8129313.

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

Color convert

RGB 33 11 124 -
CMYK 0.73 0.91 0 0.51
HSL 251.68º 0.84% 0.26% -
HSV(B) 251.68º 0.91% 0.49% -
XYZ 4.38 2.02 19.23 -
YUV 30.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 33 11 124 0.73 0.91 0 0.51 251.68 0.84 0.26
Hex 21 B 7C 49 5B 0 33 FC 54 1A
Octal 41 13 174 111 133 0 63 374 124 32
Binary 100001 1011 1111100 1001001 1011011 0 110011 11111100 1010100 11010

Color Harmonies of #210B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B7C

Black with #210B7C

Text Example


Text Example

White with #210B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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