Html Css Color HEX #2825CD Persian Blue

📋 copy color: '#2825CD'

red 40 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #2825CD

Tints of Persian Blue #2825CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.7%

R = 14.18%
G = 13.12%
B = 72.7%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2825CD (or 0x2825CD) is known color: Persian Blue. HEX triplet: 28, 25 and CD. RGB value is (40,37,205). Sum of RGB (Red+Green+Blue) = 40+37+205=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #2825CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825CD is #D7DA32. Grayscale: #383838. Windows color (decimal): -14146099 or 13444392. OLE color: 13444392.

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

Color convert

RGB 40 37 205 -
CMYK 0.80 0.82 0 0.20
HSL 241.07º 0.69% 0.47% -
HSV(B) 241.07º 0.82% 0.8% -
XYZ 12.56 6.18 58.29 -
YUV 57.05 211.49 115.84 -
System Red Green Blue C M Y K H S L
Decimal 40 37 205 0.80 0.82 0 0.20 241.07 0.69 0.47
Hex 28 25 CD 50 52 0 14 F1 45 2F
Octal 50 45 315 120 122 0 24 361 105 57
Binary 101000 100101 11001101 1010000 1010010 0 10100 11110001 1000101 101111

Color Harmonies of #2825CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2825CD

Black with #2825CD

Text Example


Text Example

White with #2825CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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