Html Css Color HEX #3A25CE Persian Blue

📋 copy color: '#3A25CE'

red 58 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #3A25CE

Tints of Persian Blue #3A25CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.44%

R = 19.27%
G = 12.29%
B = 68.44%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A25CE (or 0x3A25CE) is known color: Persian Blue. HEX triplet: 3A, 25 and CE. RGB value is (58,37,206). Sum of RGB (Red+Green+Blue) = 58+37+206=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A25CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25CE is #C5DA31. Grayscale: #3D3D3D. Windows color (decimal): -12966450 or 13509946. OLE color: 13509946.

HSL color Cylindrical-coordinate representation of color #3A25CE: hue angle of 247.46º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A25CE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 37 206 -
CMYK 0.72 0.82 0 0.19
HSL 247.46º 0.7% 0.48% -
HSV(B) 247.46º 0.82% 0.81% -
XYZ 13.55 6.68 58.97 -
YUV 62.55 208.96 124.76 -
System Red Green Blue C M Y K H S L
Decimal 58 37 206 0.72 0.82 0 0.19 247.46 0.7 0.48
Hex 3A 25 CE 48 52 0 13 F7 46 30
Octal 72 45 316 110 122 0 23 367 106 60
Binary 111010 100101 11001110 1001000 1010010 0 10011 11110111 1000110 110000

Color Harmonies of #3A25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25CE

Black with #3A25CE

Text Example


Text Example

White with #3A25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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