Html Css Color HEX #260062 Persian Indigo

📋 copy color: '#260062'

red 38 ◦ green 0 ◦ blue 98

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

Shades of Persian Indigo #260062

Tints of Persian Indigo #260062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 72.06%

R = 27.94%
G = 0%
B = 72.06%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260062 (or 0x260062) is known color: Persian Indigo. HEX triplet: 26, 00 and 62. RGB value is (38,0,98). Sum of RGB (Red+Green+Blue) = 38+0+98=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #260062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260062 is #D9FF9D. Grayscale: #161616. Windows color (decimal): -14286750 or 6422566. OLE color: 6422566.

HSL color Cylindrical-coordinate representation of color #260062: hue angle of 263.27º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260062 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 0 98 -
CMYK 0.61 1 0 0.62
HSL 263.27º 1% 0.19% -
HSV(B) 263.27º 1% 0.38% -
XYZ 3 1.29 11.65 -
YUV 22.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 38 0 98 0.61 1 0 0.62 263.27 1 0.19
Hex 26 0 62 3D 64 0 3E 107 64 13
Octal 46 0 142 75 144 0 76 407 144 23
Binary 100110 0 1100010 111101 1100100 0 111110 100000111 1100100 10011

Color Harmonies of #260062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260062

Black with #260062

Text Example


Text Example

White with #260062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260062; }

 p { color: rgb(38,0,98); }

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

background-color css

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

 a { background-color: rgb(38,0,98); }

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

border-color css

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

 span { border-color: rgb(38,0,98); }

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