Html Css Color HEX #3A28CD Persian Blue

📋 copy color: '#3A28CD'

red 58 ◦ green 40 ◦ blue 205

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

Shades of Persian Blue #3A28CD

Tints of Persian Blue #3A28CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

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

R = 19.14%
G = 13.2%
B = 67.66%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A28CD (or 0x3A28CD) is known color: Persian Blue. HEX triplet: 3A, 28 and CD. RGB value is (58,40,205). Sum of RGB (Red+Green+Blue) = 58+40+205=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A28CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28CD is #C5D732. Grayscale: #3F3F3F. Windows color (decimal): -12965683 or 13445178. OLE color: 13445178.

HSL color Cylindrical-coordinate representation of color #3A28CD: hue angle of 246.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A28CD is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 40 205 -
CMYK 0.72 0.80 0 0.20
HSL 246.55º 0.67% 0.48% -
HSV(B) 246.55º 0.8% 0.8% -
XYZ 13.52 6.82 58.36 -
YUV 64.19 207.46 123.58 -
System Red Green Blue C M Y K H S L
Decimal 58 40 205 0.72 0.80 0 0.20 246.55 0.67 0.48
Hex 3A 28 CD 48 50 0 14 F7 43 30
Octal 72 50 315 110 120 0 24 367 103 60
Binary 111010 101000 11001101 1001000 1010000 0 10100 11110111 1000011 110000

Color Harmonies of #3A28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A28CD

Black with #3A28CD

Text Example


Text Example

White with #3A28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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