Html Css Color HEX #2F2875 Deep Koamaru

📋 copy color: '#2F2875'

red 47 ◦ green 40 ◦ blue 117

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

Shades of Deep Koamaru #2F2875

Tints of Deep Koamaru #2F2875

RGB

 RED value IS 47 (18.75% from 255) = 23.04%

 GREEN value IS 40 (16.02% from 255) = 19.61%

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 23.04%
G = 19.61%
B = 57.35%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F2875 (or 0x2F2875) is known color: Deep Koamaru. HEX triplet: 2F, 28 and 75. RGB value is (47,40,117). Sum of RGB (Red+Green+Blue) = 47+40+117=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F2875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2875 is #D0D78A. Grayscale: #323232. Windows color (decimal): -13686667 or 7677999. OLE color: 7677999.

HSL color Cylindrical-coordinate representation of color #2F2875: hue angle of 245.45º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2875 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 40 117 -
CMYK 0.60 0.66 0 0.54
HSL 245.45º 0.49% 0.31% -
HSV(B) 245.45º 0.66% 0.46% -
XYZ 5.14 3.41 17.22 -
YUV 50.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 47 40 117 0.60 0.66 0 0.54 245.45 0.49 0.31
Hex 2F 28 75 3C 42 0 36 F5 31 1F
Octal 57 50 165 74 102 0 66 365 61 37
Binary 101111 101000 1110101 111100 1000010 0 110110 11110101 110001 11111

Color Harmonies of #2F2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2875

Black with #2F2875

Text Example


Text Example

White with #2F2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F2875; }

 p { color: rgb(47,40,117); }

 H1.HeaderClassName
 {
   color: #2F2875;
 }
 .AnyTagClassName
 {
   color: #2F2875;
 }
</style>

background-color css

<style>
 a { background-color: #2F2875; }

 a { background-color: rgb(47,40,117); }

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

border-color css

<style>
 span { border-color: #2F2875; }

 span { border-color: rgb(47,40,117); }

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