Html Css Color HEX #210C7B Persian Indigo

📋 copy color: '#210C7B'

red 33 ◦ green 12 ◦ blue 123

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

Shades of Persian Indigo #210C7B

Tints of Persian Indigo #210C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.14%

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

R = 19.64%
G = 7.14%
B = 73.21%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#210C7B (or 0x210C7B) is known color: Persian Indigo. HEX triplet: 21, 0C and 7B. RGB value is (33,12,123). Sum of RGB (Red+Green+Blue) = 33+12+123=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #210C7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C7B is #DEF384. Grayscale: #1E1E1E. Windows color (decimal): -14611333 or 8064033. OLE color: 8064033.

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

Color convert

RGB 33 12 123 -
CMYK 0.73 0.90 0 0.52
HSL 251.35º 0.82% 0.26% -
HSV(B) 251.35º 0.9% 0.48% -
XYZ 4.33 2.02 18.9 -
YUV 30.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 33 12 123 0.73 0.90 0 0.52 251.35 0.82 0.26
Hex 21 C 7B 49 5A 0 34 FB 52 1A
Octal 41 14 173 111 132 0 64 373 122 32
Binary 100001 1100 1111011 1001001 1011010 0 110100 11111011 1010010 11010

Color Harmonies of #210C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C7B

Black with #210C7B

Text Example


Text Example

White with #210C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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