Html Css Color HEX #27235A Paua

📋 copy color: '#27235A'

red 39 ◦ green 35 ◦ blue 90

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

Shades of Paua #27235A

Tints of Paua #27235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.88%

R = 23.78%
G = 21.34%
B = 54.88%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#27235A (or 0x27235A) is known color: Paua. HEX triplet: 27, 23 and 5A. RGB value is (39,35,90). Sum of RGB (Red+Green+Blue) = 39+35+90=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #27235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27235A is #D8DCA5. Grayscale: #2A2A2A. Windows color (decimal): -14212262 or 5907239. OLE color: 5907239.

HSL color Cylindrical-coordinate representation of color #27235A: hue angle of 244.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #27235A is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 35 90 -
CMYK 0.57 0.61 0 0.65
HSL 244.36º 0.44% 0.25% -
HSV(B) 244.36º 0.61% 0.35% -
XYZ 3.28 2.37 9.96 -
YUV 42.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 39 35 90 0.57 0.61 0 0.65 244.36 0.44 0.25
Hex 27 23 5A 39 3D 0 41 F4 2C 19
Octal 47 43 132 71 75 0 101 364 54 31
Binary 100111 100011 1011010 111001 111101 0 1000001 11110100 101100 11001

Color Harmonies of #27235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27235A

Black with #27235A

Text Example


Text Example

White with #27235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27235A; }

 p { color: rgb(39,35,90); }

 H1.HeaderClassName
 {
   color: #27235A;
 }
 .AnyTagClassName
 {
   color: #27235A;
 }
</style>

background-color css

<style>
 a { background-color: #27235A; }

 a { background-color: rgb(39,35,90); }

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

border-color css

<style>
 span { border-color: #27235A; }

 span { border-color: rgb(39,35,90); }

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