Html Css Color HEX #2A25DD Persian Blue

📋 copy color: '#2A25DD'

red 42 ◦ green 37 ◦ blue 221

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

Shades of Persian Blue #2A25DD

Tints of Persian Blue #2A25DD

RGB

 RED value IS 42 (16.8% from 255) = 14%

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

 BLUE value IS 221 (86.72% from 255) = 73.67%

R = 14%
G = 12.33%
B = 73.67%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A25DD (or 0x2A25DD) is known color: Persian Blue. HEX triplet: 2A, 25 and DD. RGB value is (42,37,221). Sum of RGB (Red+Green+Blue) = 42+37+221=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A25DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A25DD is #D5DA22. Grayscale: #3A3A3A. Windows color (decimal): -14015011 or 14492970. OLE color: 14492970.

HSL color Cylindrical-coordinate representation of color #2A25DD: hue angle of 241.63º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A25DD is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 37 221 -
CMYK 0.81 0.83 0 0.13
HSL 241.63º 0.73% 0.51% -
HSV(B) 241.63º 0.83% 0.87% -
XYZ 14.67 7.04 68.99 -
YUV 59.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 42 37 221 0.81 0.83 0 0.13 241.63 0.73 0.51
Hex 2A 25 DD 51 53 0 D F2 49 33
Octal 52 45 335 121 123 0 15 362 111 63
Binary 101010 100101 11011101 1010001 1010011 0 1101 11110010 1001001 110011

Color Harmonies of #2A25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A25DD

Black with #2A25DD

Text Example


Text Example

White with #2A25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,37,221); }

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

background-color css

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

 a { background-color: rgb(42,37,221); }

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

border-color css

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

 span { border-color: rgb(42,37,221); }

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