Html Css Color HEX #23057D Persian Indigo

📋 copy color: '#23057D'

red 35 ◦ green 5 ◦ blue 125

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

Shades of Persian Indigo #23057D

Tints of Persian Indigo #23057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 75.76%

R = 21.21%
G = 3.03%
B = 75.76%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23057D (or 0x23057D) is known color: Persian Indigo. HEX triplet: 23, 05 and 7D. RGB value is (35,5,125). Sum of RGB (Red+Green+Blue) = 35+5+125=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #23057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23057D is #DCFA82. Grayscale: #1B1B1B. Windows color (decimal): -14482051 or 8193315. OLE color: 8193315.

HSL color Cylindrical-coordinate representation of color #23057D: hue angle of 255º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23057D is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 5 125 -
CMYK 0.72 0.96 0 0.51
HSL 255º 0.92% 0.25% -
HSV(B) 255º 0.96% 0.49% -
XYZ 4.45 1.95 19.54 -
YUV 27.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 35 5 125 0.72 0.96 0 0.51 255 0.92 0.25
Hex 23 5 7D 48 60 0 33 FF 5C 19
Octal 43 5 175 110 140 0 63 377 134 31
Binary 100011 101 1111101 1001000 1100000 0 110011 11111111 1011100 11001

Color Harmonies of #23057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23057D

Black with #23057D

Text Example


Text Example

White with #23057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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