Html Css Color HEX #3A30CD Persian Blue

📋 copy color: '#3A30CD'

red 58 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #3A30CD

Tints of Persian Blue #3A30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 18.65%
G = 15.43%
B = 65.92%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A30CD (or 0x3A30CD) is known color: Persian Blue. HEX triplet: 3A, 30 and CD. RGB value is (58,48,205). Sum of RGB (Red+Green+Blue) = 58+48+205=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A30CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30CD is #C5CF32. Grayscale: #444444. Windows color (decimal): -12963635 or 13447226. OLE color: 13447226.

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

Color convert

RGB 58 48 205 -
CMYK 0.72 0.77 0 0.20
HSL 243.82º 0.62% 0.5% -
HSV(B) 243.82º 0.77% 0.8% -
XYZ 13.82 7.42 58.46 -
YUV 68.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 58 48 205 0.72 0.77 0 0.20 243.82 0.62 0.5
Hex 3A 30 CD 48 4D 0 14 F4 3E 32
Octal 72 60 315 110 115 0 24 364 76 62
Binary 111010 110000 11001101 1001000 1001101 0 10100 11110100 111110 110010

Color Harmonies of #3A30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A30CD

Black with #3A30CD

Text Example


Text Example

White with #3A30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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