Html Css Color HEX #3A23CD Persian Blue

📋 copy color: '#3A23CD'

red 58 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #3A23CD

Tints of Persian Blue #3A23CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 19.46%
G = 11.74%
B = 68.79%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A23CD (or 0x3A23CD) is known color: Persian Blue. HEX triplet: 3A, 23 and CD. RGB value is (58,35,205). Sum of RGB (Red+Green+Blue) = 58+35+205=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A23CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A23CD is #C5DC32. Grayscale: #3C3C3C. Windows color (decimal): -12966963 or 13443898. OLE color: 13443898.

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

Color convert

RGB 58 35 205 -
CMYK 0.72 0.83 0 0.20
HSL 248.12º 0.71% 0.47% -
HSV(B) 248.12º 0.83% 0.8% -
XYZ 13.37 6.51 58.31 -
YUV 61.26 209.12 125.68 -
System Red Green Blue C M Y K H S L
Decimal 58 35 205 0.72 0.83 0 0.20 248.12 0.71 0.47
Hex 3A 23 CD 48 53 0 14 F8 47 2F
Octal 72 43 315 110 123 0 24 370 107 57
Binary 111010 100011 11001101 1001000 1010011 0 10100 11111000 1000111 101111

Color Harmonies of #3A23CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A23CD

Black with #3A23CD

Text Example


Text Example

White with #3A23CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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