Html Css Color HEX #260389 Persian Indigo

📋 copy color: '#260389'

red 38 ◦ green 3 ◦ blue 137

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

Shades of Persian Indigo #260389

Tints of Persian Indigo #260389

RGB

 RED value IS 38 (15.23% from 255) = 21.35%

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 137 (53.91% from 255) = 76.97%

R = 21.35%
G = 1.69%
B = 76.97%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#260389 (or 0x260389) is known color: Persian Indigo. HEX triplet: 26, 03 and 89. RGB value is (38,3,137). Sum of RGB (Red+Green+Blue) = 38+3+137=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #260389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260389 is #D9FC76. Grayscale: #1C1C1C. Windows color (decimal): -14285943 or 8979238. OLE color: 8979238.

HSL color Cylindrical-coordinate representation of color #260389: hue angle of 255.67º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260389 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 3 137 -
CMYK 0.72 0.98 0 0.46
HSL 255.67º 0.96% 0.27% -
HSV(B) 255.67º 0.98% 0.54% -
XYZ 5.35 2.28 23.83 -
YUV 28.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 38 3 137 0.72 0.98 0 0.46 255.67 0.96 0.27
Hex 26 3 89 48 62 0 2E 100 60 1B
Octal 46 3 211 110 142 0 56 400 140 33
Binary 100110 11 10001001 1001000 1100010 0 101110 100000000 1100000 11011

Color Harmonies of #260389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260389

Black with #260389

Text Example


Text Example

White with #260389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260389; }

 p { color: rgb(38,3,137); }

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

background-color css

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

 a { background-color: rgb(38,3,137); }

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

border-color css

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

 span { border-color: rgb(38,3,137); }

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