Html Css Color HEX #2C19CA Persian Blue

📋 copy color: '#2C19CA'

red 44 ◦ green 25 ◦ blue 202

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

Shades of Persian Blue #2C19CA

Tints of Persian Blue #2C19CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 202 (79.3% from 255) = 74.54%

R = 16.24%
G = 9.23%
B = 74.54%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2C19CA (or 0x2C19CA) is known color: Persian Blue. HEX triplet: 2C, 19 and CA. RGB value is (44,25,202). Sum of RGB (Red+Green+Blue) = 44+25+202=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C19CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C19CA is #D3E635. Grayscale: #323232. Windows color (decimal): -13887030 or 13244716. OLE color: 13244716.

HSL color Cylindrical-coordinate representation of color #2C19CA: hue angle of 246.44º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C19CA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 25 202 -
CMYK 0.78 0.88 0 0.21
HSL 246.44º 0.78% 0.45% -
HSV(B) 246.44º 0.88% 0.79% -
XYZ 12.05 5.5 56.3 -
YUV 50.86 213.29 123.11 -
System Red Green Blue C M Y K H S L
Decimal 44 25 202 0.78 0.88 0 0.21 246.44 0.78 0.45
Hex 2C 19 CA 4E 58 0 15 F6 4E 2D
Octal 54 31 312 116 130 0 25 366 116 55
Binary 101100 11001 11001010 1001110 1011000 0 10101 11110110 1001110 101101

Color Harmonies of #2C19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C19CA

Black with #2C19CA

Text Example


Text Example

White with #2C19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,25,202); }

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

background-color css

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

 a { background-color: rgb(44,25,202); }

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

border-color css

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

 span { border-color: rgb(44,25,202); }

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