Html Css Color HEX #23067D Persian Indigo

📋 copy color: '#23067D'

red 35 ◦ green 6 ◦ blue 125

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

Shades of Persian Indigo #23067D

Tints of Persian Indigo #23067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

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

R = 21.08%
G = 3.61%
B = 75.3%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23067D (or 0x23067D) is known color: Persian Indigo. HEX triplet: 23, 06 and 7D. RGB value is (35,6,125). Sum of RGB (Red+Green+Blue) = 35+6+125=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #23067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23067D is #DCF982. Grayscale: #1B1B1B. Windows color (decimal): -14481795 or 8193571. OLE color: 8193571.

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

Color convert

RGB 35 6 125 -
CMYK 0.72 0.95 0 0.51
HSL 254.62º 0.91% 0.26% -
HSV(B) 254.62º 0.95% 0.49% -
XYZ 4.46 1.97 19.55 -
YUV 28.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 35 6 125 0.72 0.95 0 0.51 254.62 0.91 0.26
Hex 23 6 7D 48 5F 0 33 FF 5B 1A
Octal 43 6 175 110 137 0 63 377 133 32
Binary 100011 110 1111101 1001000 1011111 0 110011 11111111 1011011 11010

Color Harmonies of #23067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23067D

Black with #23067D

Text Example


Text Example

White with #23067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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