Html Css Color HEX #2841CA Persian Blue

📋 copy color: '#2841CA'

red 40 ◦ green 65 ◦ blue 202

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

Shades of Persian Blue #2841CA

Tints of Persian Blue #2841CA

RGB

 RED value IS 40 (16.02% from 255) = 13.03%

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 13.03%
G = 21.17%
B = 65.8%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2841CA (or 0x2841CA) is known color: Persian Blue. HEX triplet: 28, 41 and CA. RGB value is (40,65,202). Sum of RGB (Red+Green+Blue) = 40+65+202=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #2841CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841CA is #D7BE35. Grayscale: #484848. Windows color (decimal): -14138934 or 13254952. OLE color: 13254952.

HSL color Cylindrical-coordinate representation of color #2841CA: hue angle of 230.74º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2841CA is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 65 202 -
CMYK 0.80 0.68 0 0.21
HSL 230.74º 0.67% 0.47% -
HSV(B) 230.74º 0.8% 0.79% -
XYZ 13.43 8.5 56.81 -
YUV 73.14 200.72 104.36 -
System Red Green Blue C M Y K H S L
Decimal 40 65 202 0.80 0.68 0 0.21 230.74 0.67 0.47
Hex 28 41 CA 50 44 0 15 E7 43 2F
Octal 50 101 312 120 104 0 25 347 103 57
Binary 101000 1000001 11001010 1010000 1000100 0 10101 11100111 1000011 101111

Color Harmonies of #2841CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841CA

Black with #2841CA

Text Example


Text Example

White with #2841CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2841CA; }

 p { color: rgb(40,65,202); }

 H1.HeaderClassName
 {
   color: #2841CA;
 }
 .AnyTagClassName
 {
   color: #2841CA;
 }
</style>

background-color css

<style>
 a { background-color: #2841CA; }

 a { background-color: rgb(40,65,202); }

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

border-color css

<style>
 span { border-color: #2841CA; }

 span { border-color: rgb(40,65,202); }

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