Html Css Color HEX #27255B Paua

📋 copy color: '#27255B'

red 39 ◦ green 37 ◦ blue 91

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

Shades of Paua #27255B

Tints of Paua #27255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 23.35%
G = 22.16%
B = 54.49%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27255B (or 0x27255B) is known color: Paua. HEX triplet: 27, 25 and 5B. RGB value is (39,37,91). Sum of RGB (Red+Green+Blue) = 39+37+91=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #27255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27255B is #D8DAA4. Grayscale: #2B2B2B. Windows color (decimal): -14211749 or 5973287. OLE color: 5973287.

HSL color Cylindrical-coordinate representation of color #27255B: hue angle of 242.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27255B is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 37 91 -
CMYK 0.57 0.59 0 0.64
HSL 242.22º 0.42% 0.25% -
HSV(B) 242.22º 0.59% 0.36% -
XYZ 3.39 2.51 10.2 -
YUV 43.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 39 37 91 0.57 0.59 0 0.64 242.22 0.42 0.25
Hex 27 25 5B 39 3B 0 40 F2 2A 19
Octal 47 45 133 71 73 0 100 362 52 31
Binary 100111 100101 1011011 111001 111011 0 1000000 11110010 101010 11001

Color Harmonies of #27255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27255B

Black with #27255B

Text Example


Text Example

White with #27255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27255B; }

 p { color: rgb(39,37,91); }

 H1.HeaderClassName
 {
   color: #27255B;
 }
 .AnyTagClassName
 {
   color: #27255B;
 }
</style>

background-color css

<style>
 a { background-color: #27255B; }

 a { background-color: rgb(39,37,91); }

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

border-color css

<style>
 span { border-color: #27255B; }

 span { border-color: rgb(39,37,91); }

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