Html Css Color HEX #2825CA Persian Blue

📋 copy color: '#2825CA'

red 40 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #2825CA

Tints of Persian Blue #2825CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 14.34%
G = 13.26%
B = 72.4%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2825CA (or 0x2825CA) is known color: Persian Blue. HEX triplet: 28, 25 and CA. RGB value is (40,37,202). Sum of RGB (Red+Green+Blue) = 40+37+202=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #2825CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825CA is #D7DA35. Grayscale: #383838. Windows color (decimal): -14146102 or 13247784. OLE color: 13247784.

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

Color convert

RGB 40 37 202 -
CMYK 0.80 0.82 0 0.21
HSL 241.09º 0.69% 0.47% -
HSV(B) 241.09º 0.82% 0.79% -
XYZ 12.2 6.04 56.4 -
YUV 56.71 209.99 116.08 -
System Red Green Blue C M Y K H S L
Decimal 40 37 202 0.80 0.82 0 0.21 241.09 0.69 0.47
Hex 28 25 CA 50 52 0 15 F1 45 2F
Octal 50 45 312 120 122 0 25 361 105 57
Binary 101000 100101 11001010 1010000 1010010 0 10101 11110001 1000101 101111

Color Harmonies of #2825CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2825CA

Black with #2825CA

Text Example


Text Example

White with #2825CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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