Html Css Color HEX #213AC1 Persian Blue

📋 copy color: '#213AC1'

red 33 ◦ green 58 ◦ blue 193

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

Shades of Persian Blue #213AC1

Tints of Persian Blue #213AC1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 193 (75.78% from 255) = 67.96%

R = 11.62%
G = 20.42%
B = 67.96%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#213AC1 (or 0x213AC1) is known color: Persian Blue. HEX triplet: 21, 3A and C1. RGB value is (33,58,193). Sum of RGB (Red+Green+Blue) = 33+58+193=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #213AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213AC1 is #DEC53E. Grayscale: #414141. Windows color (decimal): -14599487 or 12663329. OLE color: 12663329.

HSL color Cylindrical-coordinate representation of color #213AC1: hue angle of 230.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213AC1 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 58 193 -
CMYK 0.83 0.70 0 0.24
HSL 230.63º 0.71% 0.44% -
HSV(B) 230.63º 0.83% 0.76% -
XYZ 11.77 7.2 51.22 -
YUV 65.92 199.72 104.52 -
System Red Green Blue C M Y K H S L
Decimal 33 58 193 0.83 0.70 0 0.24 230.63 0.71 0.44
Hex 21 3A C1 53 46 0 18 E7 47 2C
Octal 41 72 301 123 106 0 30 347 107 54
Binary 100001 111010 11000001 1010011 1000110 0 11000 11100111 1000111 101100

Color Harmonies of #213AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213AC1

Black with #213AC1

Text Example


Text Example

White with #213AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213AC1; }

 p { color: rgb(33,58,193); }

 H1.HeaderClassName
 {
   color: #213AC1;
 }
 .AnyTagClassName
 {
   color: #213AC1;
 }
</style>

background-color css

<style>
 a { background-color: #213AC1; }

 a { background-color: rgb(33,58,193); }

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

border-color css

<style>
 span { border-color: #213AC1; }

 span { border-color: rgb(33,58,193); }

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