Html Css Color HEX #213CE7 Persian Blue

📋 copy color: '#213CE7'

red 33 ◦ green 60 ◦ blue 231

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

Shades of Persian Blue #213CE7

Tints of Persian Blue #213CE7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 231 (90.63% from 255) = 71.3%

R = 10.19%
G = 18.52%
B = 71.3%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#213CE7 (or 0x213CE7) is known color: Persian Blue. HEX triplet: 21, 3C and E7. RGB value is (33,60,231). Sum of RGB (Red+Green+Blue) = 33+60+231=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 231 (90.62% from 255 or 71.30% from 324); Max value from RGB is 231 - color contains mainly: blue. Hex color #213CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CE7 is #DEC318. Grayscale: #464646. Windows color (decimal): -14598937 or 15154209. OLE color: 15154209.

HSL color Cylindrical-coordinate representation of color #213CE7: hue angle of 231.82º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213CE7 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 60 231 -
CMYK 0.86 0.74 0 0.09
HSL 231.82º 0.8% 0.52% -
HSV(B) 231.82º 0.86% 0.91% -
XYZ 16.67 9.32 76.52 -
YUV 71.42 218.05 100.6 -
System Red Green Blue C M Y K H S L
Decimal 33 60 231 0.86 0.74 0 0.09 231.82 0.8 0.52
Hex 21 3C E7 56 4A 0 9 E8 50 34
Octal 41 74 347 126 112 0 11 350 120 64
Binary 100001 111100 11100111 1010110 1001010 0 1001 11101000 1010000 110100

Color Harmonies of #213CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CE7

Black with #213CE7

Text Example


Text Example

White with #213CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,231); }

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

background-color css

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

 a { background-color: rgb(33,60,231); }

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

border-color css

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

 span { border-color: rgb(33,60,231); }

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