Html Css Color HEX #3A25CD Persian Blue

📋 copy color: '#3A25CD'

red 58 ◦ green 37 ◦ blue 205

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

Shades of Persian Blue #3A25CD

Tints of Persian Blue #3A25CD

RGB

 RED value IS 58 (23.05% from 255) = 19.33%

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

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

R = 19.33%
G = 12.33%
B = 68.33%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A25CD (or 0x3A25CD) is known color: Persian Blue. HEX triplet: 3A, 25 and CD. RGB value is (58,37,205). Sum of RGB (Red+Green+Blue) = 58+37+205=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A25CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25CD is #C5DA32. Grayscale: #3D3D3D. Windows color (decimal): -12966451 or 13444410. OLE color: 13444410.

HSL color Cylindrical-coordinate representation of color #3A25CD: hue angle of 247.5º 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 #3A25CD is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 37 205 -
CMYK 0.72 0.82 0 0.20
HSL 247.5º 0.69% 0.47% -
HSV(B) 247.5º 0.82% 0.8% -
XYZ 13.43 6.63 58.33 -
YUV 62.43 208.46 124.84 -
System Red Green Blue C M Y K H S L
Decimal 58 37 205 0.72 0.82 0 0.20 247.5 0.69 0.47
Hex 3A 25 CD 48 52 0 14 F8 45 2F
Octal 72 45 315 110 122 0 24 370 105 57
Binary 111010 100101 11001101 1001000 1010010 0 10100 11111000 1000101 101111

Color Harmonies of #3A25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25CD

Black with #3A25CD

Text Example


Text Example

White with #3A25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A25CD; }

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

 H1.HeaderClassName
 {
   color: #3A25CD;
 }
 .AnyTagClassName
 {
   color: #3A25CD;
 }
</style>

background-color css

<style>
 a { background-color: #3A25CD; }

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

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

border-color css

<style>
 span { border-color: #3A25CD; }

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

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