Html Css Color HEX #3A30CE Persian Blue

📋 copy color: '#3A30CE'

red 58 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #3A30CE

Tints of Persian Blue #3A30CE

RGB

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

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

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

R = 18.59%
G = 15.38%
B = 66.03%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A30CE (or 0x3A30CE) is known color: Persian Blue. HEX triplet: 3A, 30 and CE. RGB value is (58,48,206). Sum of RGB (Red+Green+Blue) = 58+48+206=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A30CE is #C5CF31. Grayscale: #444444. Windows color (decimal): -12963634 or 13512762. OLE color: 13512762.

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

Color convert

RGB 58 48 206 -
CMYK 0.72 0.77 0 0.19
HSL 243.8º 0.62% 0.5% -
HSV(B) 243.8º 0.77% 0.81% -
XYZ 13.94 7.47 59.1 -
YUV 69 205.31 120.15 -
System Red Green Blue C M Y K H S L
Decimal 58 48 206 0.72 0.77 0 0.19 243.8 0.62 0.5
Hex 3A 30 CE 48 4D 0 13 F4 3E 32
Octal 72 60 316 110 115 0 23 364 76 62
Binary 111010 110000 11001110 1001000 1001101 0 10011 11110100 111110 110010

Color Harmonies of #3A30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A30CE

Black with #3A30CE

Text Example


Text Example

White with #3A30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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