Html Css Color HEX #260464 Persian Indigo

📋 copy color: '#260464'

red 38 ◦ green 4 ◦ blue 100

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

Shades of Persian Indigo #260464

Tints of Persian Indigo #260464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 100 (39.45% from 255) = 70.42%

R = 26.76%
G = 2.82%
B = 70.42%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#260464 (or 0x260464) is known color: Persian Indigo. HEX triplet: 26, 04 and 64. RGB value is (38,4,100). Sum of RGB (Red+Green+Blue) = 38+4+100=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #260464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260464 is #D9FB9B. Grayscale: #181818. Windows color (decimal): -14285724 or 6554662. OLE color: 6554662.

HSL color Cylindrical-coordinate representation of color #260464: hue angle of 261.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260464 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 4 100 -
CMYK 0.62 0.96 0 0.61
HSL 261.25º 0.92% 0.2% -
HSV(B) 261.25º 0.96% 0.39% -
XYZ 3.14 1.42 12.16 -
YUV 25.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 38 4 100 0.62 0.96 0 0.61 261.25 0.92 0.2
Hex 26 4 64 3E 60 0 3D 105 5C 14
Octal 46 4 144 76 140 0 75 405 134 24
Binary 100110 100 1100100 111110 1100000 0 111101 100000101 1011100 10100

Color Harmonies of #260464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260464

Black with #260464

Text Example


Text Example

White with #260464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260464; }

 p { color: rgb(38,4,100); }

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

background-color css

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

 a { background-color: rgb(38,4,100); }

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

border-color css

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

 span { border-color: rgb(38,4,100); }

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