Html Css Color HEX #27295F Lucky Point

📋 copy color: '#27295F'

red 39 ◦ green 41 ◦ blue 95

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

Shades of Lucky Point #27295F

Tints of Lucky Point #27295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.43%

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 22.29%
G = 23.43%
B = 54.29%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27295F (or 0x27295F) is known color: Lucky Point. HEX triplet: 27, 29 and 5F. RGB value is (39,41,95). Sum of RGB (Red+Green+Blue) = 39+41+95=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #27295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27295F is #D8D6A0. Grayscale: #2E2E2E. Windows color (decimal): -14210721 or 6236455. OLE color: 6236455.

HSL color Cylindrical-coordinate representation of color #27295F: hue angle of 237.86º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27295F is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 41 95 -
CMYK 0.59 0.57 0 0.63
HSL 237.86º 0.42% 0.26% -
HSV(B) 237.86º 0.59% 0.37% -
XYZ 3.7 2.84 11.18 -
YUV 46.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 39 41 95 0.59 0.57 0 0.63 237.86 0.42 0.26
Hex 27 29 5F 3B 39 0 3F EE 2A 1A
Octal 47 51 137 73 71 0 77 356 52 32
Binary 100111 101001 1011111 111011 111001 0 111111 11101110 101010 11010

Color Harmonies of #27295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27295F

Black with #27295F

Text Example


Text Example

White with #27295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27295F; }

 p { color: rgb(39,41,95); }

 H1.HeaderClassName
 {
   color: #27295F;
 }
 .AnyTagClassName
 {
   color: #27295F;
 }
</style>

background-color css

<style>
 a { background-color: #27295F; }

 a { background-color: rgb(39,41,95); }

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

border-color css

<style>
 span { border-color: #27295F; }

 span { border-color: rgb(39,41,95); }

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