Html Css Color HEX #261885 Persian Indigo

📋 copy color: '#261885'

red 38 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #261885

Tints of Persian Indigo #261885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

 BLUE value IS 133 (52.34% from 255) = 68.21%

R = 19.49%
G = 12.31%
B = 68.21%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#261885 (or 0x261885) is known color: Persian Indigo. HEX triplet: 26, 18 and 85. RGB value is (38,24,133). Sum of RGB (Red+Green+Blue) = 38+24+133=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #261885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261885 is #D9E77A. Grayscale: #282828. Windows color (decimal): -14280571 or 8722470. OLE color: 8722470.

HSL color Cylindrical-coordinate representation of color #261885: hue angle of 247.71º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261885 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 24 133 -
CMYK 0.71 0.82 0 0.48
HSL 247.71º 0.69% 0.31% -
HSV(B) 247.71º 0.82% 0.52% -
XYZ 5.36 2.76 22.44 -
YUV 40.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 38 24 133 0.71 0.82 0 0.48 247.71 0.69 0.31
Hex 26 18 85 47 52 0 30 F8 45 1F
Octal 46 30 205 107 122 0 60 370 105 37
Binary 100110 11000 10000101 1000111 1010010 0 110000 11111000 1000101 11111

Color Harmonies of #261885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261885

Black with #261885

Text Example


Text Example

White with #261885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261885; }

 p { color: rgb(38,24,133); }

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

background-color css

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

 a { background-color: rgb(38,24,133); }

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

border-color css

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

 span { border-color: rgb(38,24,133); }

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