Html Css Color HEX #23055D Persian Indigo

📋 copy color: '#23055D'

red 35 ◦ green 5 ◦ blue 93

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

Shades of Persian Indigo #23055D

Tints of Persian Indigo #23055D

RGB

 RED value IS 35 (14.06% from 255) = 26.32%

 GREEN value IS 5 (2.34% from 255) = 3.76%

 BLUE value IS 93 (36.72% from 255) = 69.92%

R = 26.32%
G = 3.76%
B = 69.92%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23055D (or 0x23055D) is known color: Persian Indigo. HEX triplet: 23, 05 and 5D. RGB value is (35,5,93). Sum of RGB (Red+Green+Blue) = 35+5+93=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #23055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23055D is #DCFAA2. Grayscale: #171717. Windows color (decimal): -14482083 or 6096163. OLE color: 6096163.

HSL color Cylindrical-coordinate representation of color #23055D: hue angle of 260.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23055D is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 5 93 -
CMYK 0.62 0.95 0 0.64
HSL 260.45º 0.9% 0.19% -
HSV(B) 260.45º 0.95% 0.36% -
XYZ 2.72 1.26 10.45 -
YUV 24 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 35 5 93 0.62 0.95 0 0.64 260.45 0.9 0.19
Hex 23 5 5D 3E 5F 0 40 104 5A 13
Octal 43 5 135 76 137 0 100 404 132 23
Binary 100011 101 1011101 111110 1011111 0 1000000 100000100 1011010 10011

Color Harmonies of #23055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23055D

Black with #23055D

Text Example


Text Example

White with #23055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23055D; }

 p { color: rgb(35,5,93); }

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

background-color css

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

 a { background-color: rgb(35,5,93); }

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

border-color css

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

 span { border-color: rgb(35,5,93); }

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