Html Css Color HEX #3A25CA Persian Blue

📋 copy color: '#3A25CA'

red 58 ◦ green 37 ◦ blue 202

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

Shades of Persian Blue #3A25CA

Tints of Persian Blue #3A25CA

RGB

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

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

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

R = 19.53%
G = 12.46%
B = 68.01%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A25CA (or 0x3A25CA) is known color: Persian Blue. HEX triplet: 3A, 25 and CA. RGB value is (58,37,202). Sum of RGB (Red+Green+Blue) = 58+37+202=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A25CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25CA is #C5DA35. Grayscale: #3D3D3D. Windows color (decimal): -12966454 or 13247802. OLE color: 13247802.

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

Color convert

RGB 58 37 202 -
CMYK 0.71 0.82 0 0.21
HSL 247.64º 0.69% 0.47% -
HSV(B) 247.64º 0.82% 0.79% -
XYZ 13.07 6.49 56.44 -
YUV 62.09 206.96 125.08 -
System Red Green Blue C M Y K H S L
Decimal 58 37 202 0.71 0.82 0 0.21 247.64 0.69 0.47
Hex 3A 25 CA 47 52 0 15 F8 45 2F
Octal 72 45 312 107 122 0 25 370 105 57
Binary 111010 100101 11001010 1000111 1010010 0 10101 11111000 1000101 101111

Color Harmonies of #3A25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25CA

Black with #3A25CA

Text Example


Text Example

White with #3A25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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