Html Css Color HEX #27325C Lucky Point

📋 copy color: '#27325C'

red 39 ◦ green 50 ◦ blue 92

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

Shades of Lucky Point #27325C

Tints of Lucky Point #27325C

RGB

 RED value IS 39 (15.63% from 255) = 21.55%

 GREEN value IS 50 (19.92% from 255) = 27.62%

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 21.55%
G = 27.62%
B = 50.83%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27325C (or 0x27325C) is known color: Lucky Point. HEX triplet: 27, 32 and 5C. RGB value is (39,50,92). Sum of RGB (Red+Green+Blue) = 39+50+92=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #27325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27325C is #D8CDA3. Grayscale: #333333. Windows color (decimal): -14208420 or 6042151. OLE color: 6042151.

HSL color Cylindrical-coordinate representation of color #27325C: hue angle of 227.55º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27325C is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 50 92 -
CMYK 0.58 0.46 0 0.64
HSL 227.55º 0.4% 0.26% -
HSV(B) 227.55º 0.58% 0.36% -
XYZ 3.91 3.49 10.59 -
YUV 51.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 39 50 92 0.58 0.46 0 0.64 227.55 0.4 0.26
Hex 27 32 5C 3A 2E 0 40 E4 28 1A
Octal 47 62 134 72 56 0 100 344 50 32
Binary 100111 110010 1011100 111010 101110 0 1000000 11100100 101000 11010

Color Harmonies of #27325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27325C

Black with #27325C

Text Example


Text Example

White with #27325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27325C; }

 p { color: rgb(39,50,92); }

 H1.HeaderClassName
 {
   color: #27325C;
 }
 .AnyTagClassName
 {
   color: #27325C;
 }
</style>

background-color css

<style>
 a { background-color: #27325C; }

 a { background-color: rgb(39,50,92); }

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

border-color css

<style>
 span { border-color: #27325C; }

 span { border-color: rgb(39,50,92); }

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