Html Css Color HEX #290265 Persian Indigo

📋 copy color: '#290265'

red 41 ◦ green 2 ◦ blue 101

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

Shades of Persian Indigo #290265

Tints of Persian Indigo #290265

RGB

 RED value IS 41 (16.41% from 255) = 28.47%

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 101 (39.84% from 255) = 70.14%

R = 28.47%
G = 1.39%
B = 70.14%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#290265 (or 0x290265) is known color: Persian Indigo. HEX triplet: 29, 02 and 65. RGB value is (41,2,101). Sum of RGB (Red+Green+Blue) = 41+2+101=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #290265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290265 is #D6FD9A. Grayscale: #181818. Windows color (decimal): -14089627 or 6619689. OLE color: 6619689.

HSL color Cylindrical-coordinate representation of color #290265: hue angle of 263.64º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290265 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 2 101 -
CMYK 0.59 0.98 0 0.60
HSL 263.64º 0.96% 0.2% -
HSV(B) 263.64º 0.98% 0.4% -
XYZ 3.29 1.45 12.42 -
YUV 24.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 41 2 101 0.59 0.98 0 0.60 263.64 0.96 0.2
Hex 29 2 65 3B 62 0 3C 108 60 14
Octal 51 2 145 73 142 0 74 410 140 24
Binary 101001 10 1100101 111011 1100010 0 111100 100001000 1100000 10100

Color Harmonies of #290265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290265

Black with #290265

Text Example


Text Example

White with #290265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290265; }

 p { color: rgb(41,2,101); }

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

background-color css

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

 a { background-color: rgb(41,2,101); }

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

border-color css

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

 span { border-color: rgb(41,2,101); }

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