Html Css Color HEX #2C21D6 Persian Blue

📋 copy color: '#2C21D6'

red 44 ◦ green 33 ◦ blue 214

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

Shades of Persian Blue #2C21D6

Tints of Persian Blue #2C21D6

RGB

 RED value IS 44 (17.58% from 255) = 15.12%

 GREEN value IS 33 (13.28% from 255) = 11.34%

 BLUE value IS 214 (83.98% from 255) = 73.54%

R = 15.12%
G = 11.34%
B = 73.54%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2C21D6 (or 0x2C21D6) is known color: Persian Blue. HEX triplet: 2C, 21 and D6. RGB value is (44,33,214). Sum of RGB (Red+Green+Blue) = 44+33+214=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 214 (83.98% from 255 or 73.54% from 291); Max value from RGB is 214 - color contains mainly: blue. Hex color #2C21D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C21D6 is #D3DE29. Grayscale: #383838. Windows color (decimal): -13884970 or 14033196. OLE color: 14033196.

HSL color Cylindrical-coordinate representation of color #2C21D6: hue angle of 243.65º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C21D6 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 33 214 -
CMYK 0.79 0.85 0 0.16
HSL 243.65º 0.73% 0.48% -
HSV(B) 243.65º 0.85% 0.84% -
XYZ 13.72 6.48 64.15 -
YUV 56.92 216.64 118.78 -
System Red Green Blue C M Y K H S L
Decimal 44 33 214 0.79 0.85 0 0.16 243.65 0.73 0.48
Hex 2C 21 D6 4F 55 0 10 F4 49 30
Octal 54 41 326 117 125 0 20 364 111 60
Binary 101100 100001 11010110 1001111 1010101 0 10000 11110100 1001001 110000

Color Harmonies of #2C21D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C21D6

Black with #2C21D6

Text Example


Text Example

White with #2C21D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C21D6; }

 p { color: rgb(44,33,214); }

 H1.HeaderClassName
 {
   color: #2C21D6;
 }
 .AnyTagClassName
 {
   color: #2C21D6;
 }
</style>

background-color css

<style>
 a { background-color: #2C21D6; }

 a { background-color: rgb(44,33,214); }

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

border-color css

<style>
 span { border-color: #2C21D6; }

 span { border-color: rgb(44,33,214); }

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