Html Css Color HEX #260462 Persian Indigo

📋 copy color: '#260462'

red 38 ◦ green 4 ◦ blue 98

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

Shades of Persian Indigo #260462

Tints of Persian Indigo #260462

RGB

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

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

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

R = 27.14%
G = 2.86%
B = 70%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#260462 (or 0x260462) is known color: Persian Indigo. HEX triplet: 26, 04 and 62. RGB value is (38,4,98). Sum of RGB (Red+Green+Blue) = 38+4+98=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #260462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260462 is #D9FB9D. Grayscale: #181818. Windows color (decimal): -14285726 or 6423590. OLE color: 6423590.

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

Color convert

RGB 38 4 98 -
CMYK 0.61 0.96 0 0.62
HSL 261.7º 0.92% 0.2% -
HSV(B) 261.7º 0.96% 0.38% -
XYZ 3.05 1.38 11.66 -
YUV 24.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 38 4 98 0.61 0.96 0 0.62 261.7 0.92 0.2
Hex 26 4 62 3D 60 0 3E 106 5C 14
Octal 46 4 142 75 140 0 76 406 134 24
Binary 100110 100 1100010 111101 1100000 0 111110 100000110 1011100 10100

Color Harmonies of #260462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260462

Black with #260462

Text Example


Text Example

White with #260462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260462; }

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

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

background-color css

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

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

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

border-color css

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

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

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