Html Css Color HEX #2825AC Persian Blue

📋 copy color: '#2825AC'

red 40 ◦ green 37 ◦ blue 172

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

Shades of Persian Blue #2825AC

Tints of Persian Blue #2825AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 16.06%
G = 14.86%
B = 69.08%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2825AC (or 0x2825AC) is known color: Persian Blue. HEX triplet: 28, 25 and AC. RGB value is (40,37,172). Sum of RGB (Red+Green+Blue) = 40+37+172=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #2825AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2825AC is #D7DA53. Grayscale: #343434. Windows color (decimal): -14146132 or 11281704. OLE color: 11281704.

HSL color Cylindrical-coordinate representation of color #2825AC: hue angle of 241.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2825AC is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 37 172 -
CMYK 0.77 0.78 0 0.33
HSL 241.33º 0.65% 0.41% -
HSV(B) 241.33º 0.78% 0.67% -
XYZ 8.98 4.75 39.47 -
YUV 53.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 40 37 172 0.77 0.78 0 0.33 241.33 0.65 0.41
Hex 28 25 AC 4D 4E 0 21 F1 41 29
Octal 50 45 254 115 116 0 41 361 101 51
Binary 101000 100101 10101100 1001101 1001110 0 100001 11110001 1000001 101001

Color Harmonies of #2825AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2825AC

Black with #2825AC

Text Example


Text Example

White with #2825AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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