Html Css Color HEX #3C27BC Persian Blue

📋 copy color: '#3C27BC'

red 60 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #3C27BC

Tints of Persian Blue #3C27BC

RGB

 RED value IS 60 (23.83% from 255) = 20.91%

 GREEN value IS 39 (15.63% from 255) = 13.59%

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 20.91%
G = 13.59%
B = 65.51%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C27BC (or 0x3C27BC) is known color: Persian Blue. HEX triplet: 3C, 27 and BC. RGB value is (60,39,188). Sum of RGB (Red+Green+Blue) = 60+39+188=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C27BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C27BC is #C3D843. Grayscale: #3D3D3D. Windows color (decimal): -12834884 or 12330812. OLE color: 12330812.

HSL color Cylindrical-coordinate representation of color #3C27BC: hue angle of 248.46º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C27BC is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 39 188 -
CMYK 0.68 0.79 0 0.26
HSL 248.46º 0.66% 0.45% -
HSV(B) 248.46º 0.79% 0.74% -
XYZ 11.67 6.04 48.13 -
YUV 62.27 198.96 126.38 -
System Red Green Blue C M Y K H S L
Decimal 60 39 188 0.68 0.79 0 0.26 248.46 0.66 0.45
Hex 3C 27 BC 44 4F 0 1A F8 42 2D
Octal 74 47 274 104 117 0 32 370 102 55
Binary 111100 100111 10111100 1000100 1001111 0 11010 11111000 1000010 101101

Color Harmonies of #3C27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C27BC

Black with #3C27BC

Text Example


Text Example

White with #3C27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,39,188); }

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

background-color css

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

 a { background-color: rgb(60,39,188); }

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

border-color css

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

 span { border-color: rgb(60,39,188); }

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